lbfm-rwth / GaussParallel

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

Test with CVEC cmats as input #219

Open ssiccha opened 5 years ago

ssiccha commented 5 years ago

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.

emmakatherina commented 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.

ssiccha commented 5 years ago

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.

ssiccha commented 5 years ago

Did you test with 8bit matrices @emmakatherina ?