lbfm-rwth / GaussParallel

https://lbfm-rwth.github.io/GaussParallel/
GNU General Public License v2.0
2 stars 5 forks source link

Don't use Concatenation to create the transformation matrix.. #199

Open ssiccha opened 5 years ago

ssiccha commented 5 years ago

.. from coeffs and relations in WriteOutput. There should be a function that directly creates a compressed matrix. Or does Concatenation of two compressed mats again yield two compressed mats?

ssiccha commented 5 years ago

Make sure that this works both if the input was an 8bit matrix or a cvec matrix. See #221.

IIRC for cvec you can use Append. See

gap> ??matrices as lists                                                                                                                                                    
Help: Showing `cvec: Matrices as lists'
ssiccha commented 5 years ago

See GAUSS_writeOutput in gap/utils.g