lbfm-rwth / GaussParallel

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

Make sure the algorithm handles the possible input types correctly #221

Open ssiccha opened 5 years ago

ssiccha commented 5 years ago

The input matrix could be:

The return values should be an Is8BitMatrixRep matrix in the first two cases and a cvec cmat in the third case.

Make sure to document that using the cvec package should be more efficient.