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

◆ SMat() [1/4]

template<typename ACoeffRing>
SMat< ACoeffRing >::SMat ( )
inline

Definition at line 76 of file smat.hpp.

76: coeffR(0), nrows_(0), ncols_(0), columns_(0) {} // Makes a zero
size_t nrows_
Definition smat.hpp:232
sparsevec ** columns_
Definition smat.hpp:234
size_t ncols_
Definition smat.hpp:233
const CoeffRing * coeffR
Definition smat.hpp:231

Referenced by addInPlace(), copy(), grab(), is_equal(), SMat< ACoeffRing >::iterator::iterator(), setFromSubmatrix(), setFromSubmatrix(), SMat(), and subtractInPlace().