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

◆ columnRankProfile()

template<class RingType>
void DMatLinAlg< RingType >::columnRankProfile ( std::vector< size_t > & profile)

Output: profile, a vector of size equal to rank(A) containing the numbers of the columns where the rank increases

Definition at line 324 of file dmat-lu.hpp.

325{
326 mLUObject.LUinPlace();
327
328 profile = mLUObject.pivotColumns();
329}
DMatLUinPlace< RingType > mLUObject
Definition dmat-lu.hpp:64

References mLUObject.

Referenced by MatrixOps::rankProfile().