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

◆ rankProfile() [2/5]

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

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

1163{
1164 // TODO: WRITE ME
1165 (void) A;
1166 (void) row_profile;
1167 throw exc::engine_error(
1168 "'rankProfile' not implemented for this kind of matrix over this ring");
1169}