Definition at line 848 of file mutable-matrix.cpp.
849{
850 try
851 {
853 if (B==
nullptr)
ERROR(
"matrix not invertible");
856 {
858 return nullptr;
859 }
860}
virtual MutableMatrix * invert() const =0
Abstract base class for mutable matrices over an arbitrary engine Ring, the in-place counterpart of t...
MutableMatrix * internMutableMatrix(MutableMatrix *G)
References ERROR, internMutableMatrix(), and MutableMatrix::invert().