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

◆ IM2_Matrix_get_target()

const FreeModule * IM2_Matrix_get_target ( const Matrix * M)

Definition at line 30 of file matrix.cpp.

30{ return M->rows(); }
const FreeModule * rows() const
Definition matrix.hpp:144

References Matrix, and Matrix::rows().