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

◆ LUinPlace()

template<typename RT>
const Mat & DMatLUinPlace< RT >::LUinPlace ( )
inline

Definition at line 97 of file dmat-lu-inplace.hpp.

98 {
99 computeLU();
100 return mLU;
101 } // raises an exception if there is an error

References computeLU(), and mLU.

Referenced by DMatLinAlg< M2::ARingQQ >::matrixPLU(), and DMatLinAlg< M2::ARingZZpFFPACK >::matrixPLU().