Open ssiccha opened 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'
See GAUSS_writeOutput
in gap/utils.g
.. from
coeffs
andrelations
inWriteOutput
. There should be a function that directly creates a compressed matrix. Or doesConcatenation
of two compressed mats again yield two compressed mats?