NABLA  Nabla Ain't Basic Linear Algebra
Public Member Functions | Public Attributes | List of all members
row_iterator< t >::type Struct Reference

Iterator type. More...

Inheritance diagram for row_iterator< t >::type:
Inheritance graph

Public Member Functions

 type (t &m, size_t r, size_t c)
 Constructs iterator.
t::reference operator* ()
 Returns reference to an element.
- Public Member Functions inherited from base_row_iterator< type >
 base_row_iterator (size_t r, size_t c)
 Constructor.
type & operator++ ()
 Advances the iterator by one element.

Public Attributes

t & ref
 Reference to the iterated matrix.
- Public Attributes inherited from base_row_iterator< type >
size_t col
 Current element in the iterated row.
const size_t row
 Number of the iterated row.

Detailed Description

template<typename t>
struct nabla::row_iterator< t >::type

Iterator type.

Definition at line 1691 of file matrix.h.


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