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

◆ rankProfile() [4/5]

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

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

693{
694 (void) A;
695 (void) row_profile;
696 throw exc::engine_error(
697 "'rankProfile' not implemented for this kind of matrix over this ring");
698}