lbfm-rwth / GaussParallel

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

Use IsZeroMatrix and IsZeroVector #210

Open ssiccha opened 5 years ago

ssiccha commented 5 years ago

These functions don't exist yet in GAP but I think they should. It's nice that we can call IsZero on a matrix or vector, but I don't trust this very generic method.

ssiccha commented 5 years ago

Especially the documentation for IsZero does not guarantee that it applies correctly to zero matrices and vectors.