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

◆ cast_to_MutableMat() [2/2]

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

Definition at line 145 of file mat.hpp.

146 {
147 return dynamic_cast<const MutableMat<MatType> *>(this);
148 }