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

◆ rankProfile() [3/5]

M2_arrayintOrNull MatrixOps::rankProfile ( const DMatZZ & A,
bool row_profile )
inline

Definition at line 841 of file mat-linalg.hpp.

842{
843 (void) A;
844 (void) row_profile;
845 throw exc::engine_error(
846 "'rankProfile' not implemented for this kind of matrix over this ring");
847}