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

◆ set()

template<typename ACoeffRing>
void SMat< ACoeffRing >::iterator::set ( size_t col0)
inline

Definition at line 115 of file smat.hpp.

116 {
117 col = col0;
118 v = M->columns_[col];
119 }
size_t col
Definition smat.hpp:111
const SMat< CoeffRing > * M
Definition smat.hpp:110
sparsevec * v
Definition smat.hpp:112
Definition smat.hpp:43

References col, M, and v.