Home
last modified time | relevance | path

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

/dports/science/dynare/dynare-4.6.4/dynare++/sylv/cc/
H A DQuasiTriangular.hh226 struct _matrix_iter struct
228 using _Self = _matrix_iter<_TRef, _TPtr>; argument
233 _matrix_iter(_TPtr base, int ds, bool r) in _matrix_iter() argument
239 virtual ~_matrix_iter() = default;
264 class _column_iter : public _matrix_iter<_TRef, _TPtr> argument
266 using _Tparent = _matrix_iter<_TRef, _TPtr>;
271 : _matrix_iter<_TRef, _TPtr>(base, ds, r), row(rw) in _column_iter()
297 class _row_iter : public _matrix_iter<_TRef, _TPtr>
299 using _Tparent = _matrix_iter<_TRef, _TPtr>;
304 : _matrix_iter<_TRef, _TPtr>(base, ds, r), col(cl) in _row_iter()