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

◆ IM2_MutableMatrix_to_matrix()

const Matrix * IM2_MutableMatrix_to_matrix ( const MutableMatrix * M)

Definition at line 59 of file mutable-matrix.cpp.

60{
61 return M->to_matrix();
62}
virtual Matrix * to_matrix() const =0

References Matrix, and MutableMatrix::to_matrix().