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

Iterator type. More...

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

Public Member Functions

 type (type &m, size_t c, size_t r)
 Constructs iterator.
t::reference operator* ()
 Returns reference to an element.
- Public Member Functions inherited from base_column_iterator< type >
 base_column_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_column_iterator< type >
const size_t col
 Number of the iterated column.
size_t row
 Current element in the iterated column.

Detailed Description

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

Iterator type.

Definition at line 1742 of file matrix.h.


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