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

◆ cast_to_MutableMat() [1/2]

template<typename MatType>
MutableMat< MatType > * MutableMatrix::cast_to_MutableMat ( )
inline

Definition at line 139 of file mat.hpp.

140 {
141 return dynamic_cast<MutableMat<MatType> *>(this);
142 }

Referenced by coerce(), coerce_const(), rawLinAlgCharPoly(), and rawLinAlgMinPoly().