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

◆ IM2_Matrix_is_zero()

M2_bool IM2_Matrix_is_zero ( const Matrix * M)

Definition at line 309 of file matrix.cpp.

309{ return M->is_zero(); }
bool is_zero() const
Definition matrix.cpp:325

References Matrix::is_zero(), and Matrix.