Macaulay2 Engine
Loading...
Searching...
No Matches

◆ LQUPFactorizationInPlace()

virtual engine_RawArrayIntPairOrNull MutableMatrix::LQUPFactorizationInPlace ( bool transpose)
inlinevirtual

LU decomposition routines /////.

Reimplemented in MutableMat< Mat >.

Definition at line 338 of file mat.hpp.

339 {
340 (void) transpose;
341 throw exc::engine_error("not implemented for this ring or matrix type");
342 }
virtual MutableMatrix * transpose() const =0

References transpose().