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

◆ IM2_Matrix_is_graded()

M2_bool IM2_Matrix_is_graded ( const Matrix * M)

Definition at line 327 of file matrix.cpp.

327{ return M->is_homogeneous(); }
bool is_homogeneous() const
Definition matrix.cpp:332

References Matrix::is_homogeneous(), and Matrix.