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

◆ entry() [2/2]

template<typename ACoeffRing>
const ElementType & DMat< ACoeffRing >::entry ( size_t row,
size_t column ) const
inline

Definition at line 152 of file dmat.hpp.

153 {
154 return *(mRowPointers[row] + column);
155 }
std::vector< ElementType * > mRowPointers
Definition dmat.hpp:178
Definition dmat.hpp:62