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

◆ IM2_Matrix_get_source()

const FreeModule * IM2_Matrix_get_source ( const Matrix * M)

Definition at line 31 of file matrix.cpp.

31{ return M->cols(); }
const FreeModule * cols() const
Definition matrix.hpp:145

References Matrix::cols(), and Matrix.