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

◆ get_ring()

template<typename Mat>
virtual const Ring * MutableMat< Mat >::get_ring ( ) const
inlinevirtual

Implements MutableMatrix.

Definition at line 304 of file mutablemat-defs.hpp.

304{ return mRing; }
const Ring * mRing

References mRing.

Referenced by add(), determinant(), get_entry(), makeZeroMatrix(), mult(), norm(), solveInvertible(), solveLinear(), subtract(), and to_matrix().