NABLA  Nabla Ain't Basic Linear Algebra
Public Member Functions | Public Attributes | Private Member Functions | List of all members
base_row_iterator< iterator_type > Struct Template Reference

Base type for row iterators. More...

Public Member Functions

 base_row_iterator (size_t r, size_t c)
 Constructor.
iterator_type & operator++ ()
 Advances the iterator by one element.

Public Attributes

size_t col
 Current element in the iterated row.
const size_t row
 Number of the iterated row.

Private Member Functions

base_row_iteratoroperator= (const base_row_iterator &)
 Inaccessible assignment operator.

Detailed Description

template<typename iterator_type>
struct nabla::base_row_iterator< iterator_type >

Base type for row iterators.

This is an internal helper type.

Definition at line 1671 of file matrix.h.


The documentation for this struct was generated from the following file: