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

◆ LQUPFactorizationInPlace()

template<typename Mat>
engine_RawArrayIntPairOrNull MutableMat< Mat >::LQUPFactorizationInPlace ( bool transpose)
virtual

LU decomposition routines /////.

Reimplemented from MutableMatrix.

Definition at line 352 of file mutablemat-imp.hpp.

354{
355 (void) transpose;
356 throw exc::engine_error(
357 "LU decomposition currently not implemented for this ring and matrix "
358 "type");
359}
virtual MutableMat * transpose() const

References transpose().