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

◆ permutation()

template<typename RT>
const std::vector< size_t > & DMatLUinPlace< RT >::permutation ( )
inline

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

106{ return mPerm; }
std::vector< size_t > mPerm

References mPerm.

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