Home
last modified time | relevance | path

Searched refs:ConstRawIterator (Results 1 – 2 of 2) sorted by relevance

/dports/math/linbox/linbox-1.6.3/linbox/matrix/sliced3/
H A Ddense-matrix.h299 typedef ConstSubMatIterator<_Element> ConstRawIterator; typedef
319 ConstRawIterator rawBegin() const { in rawBegin()
320 return ConstRawIterator(_rep, _cols, _stride); } in rawBegin()
321 ConstRawIterator rawEnd() const { in rawEnd()
322 return ConstRawIterator(_rep + _rows*_stride); } in rawEnd()
323 ConstRawIterator rowBegin(size_t i) const { in rowBegin()
325 ConstRawIterator rowEnd(size_t i) const { in rowEnd()
/dports/math/linbox/linbox-1.6.3/
H A DChangeLog251 …rix.inl: add constructor from non const MatrixDenseBase, fix bug in ConstRawIterator operator++(in…