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

◆ nullSpace() [4/5]

size_t MatrixOps::nullSpace ( const DMatZZGMP & A,
DMatZZGMP & result_nullspace )
inline

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

709{
710 (void) A;
711 (void) result_nullspace;
712 throw exc::engine_error(
713 "'nullSpace' not implemented for this kind of matrix over this ring");
714}