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

◆ MutableMat() [3/3]

template<typename Mat>
MutableMat< Mat >::MutableMat ( const Ring * R,
const CoeffRing * coeffR,
size_t nrows,
size_t ncols )
inline

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

271 : mRing(R), mat(*coeffR, nrows, ncols)
272 {
273 }
const Ring * mRing

References mat, and mRing.