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

Iterator type. More...

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

Public Member Functions

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

Public Attributes

t & ref
 Reference to the iterated matrix.
- Public Attributes inherited from base_vector_iterator< type >
size_t index
 Current element in the iterated column.

Detailed Description

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

Iterator type.

Definition at line 1791 of file matrix.h.


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