Open ssiccha opened 5 years ago
Neither EchelonMat(Transformation)Blockwise nor DoEchelonMatTransformationBlockwise work on compressed matrices, because NrRows( mat )
at /home/emma/Source/hpcgap/pkg/GaussPar/gap/main.gi
, line 45, doesn't work on compressed matrices.
We should clarify what we mean by compressed matrices. I'm not sure whether I was thinking of 8Bit matrices or if matrices created by the cvec package.
Did you test with 8bit matrices @emmakatherina ?
IIRC the gauss package can't do
EchelonMatTransformation
on a CVEC cmat? That would be pretty weird though.Independent of this, we currently don't test
Do...Blockwise
with a cmat as input.