Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Protected Attributes | Friends | List of all members
SparseMatrixEZ< number >::const_iterator::Accessor Class Reference

Public Member Functions

 Accessor (const SparseMatrixEZ< number > *matrix, const size_type row, const unsigned short index)
 
size_type row () const
 
unsigned short index () const
 
size_type column () const
 
number value () const
 

Protected Attributes

const SparseMatrixEZ< number > * matrix
 
size_type a_row
 
unsigned short a_index
 

Friends

class const_iterator
 

Detailed Description

template<typename number>
class SparseMatrixEZ< number >::const_iterator::Accessor

Accessor class for iterators

Definition at line 184 of file sparse_matrix_ez.h.

Constructor & Destructor Documentation

template<typename number >
SparseMatrixEZ< number >::const_iterator::Accessor::Accessor ( const SparseMatrixEZ< number > *  matrix,
const size_type  row,
const unsigned short  index 
)
inline

Constructor. Since we use accessors only for read access, a const matrix pointer is sufficient.

Definition at line 943 of file sparse_matrix_ez.h.

Member Function Documentation

template<typename number >
SparseMatrixEZ< number >::size_type SparseMatrixEZ< number >::const_iterator::Accessor::row ( ) const
inline

Row number of the element represented by this object.

Definition at line 955 of file sparse_matrix_ez.h.

template<typename number >
unsigned short SparseMatrixEZ< number >::const_iterator::Accessor::index ( ) const
inline

Index in row of the element represented by this object.

Definition at line 971 of file sparse_matrix_ez.h.

template<typename number >
SparseMatrixEZ< number >::size_type SparseMatrixEZ< number >::const_iterator::Accessor::column ( ) const
inline

Column number of the element represented by this object.

Definition at line 963 of file sparse_matrix_ez.h.

template<typename number >
number SparseMatrixEZ< number >::const_iterator::Accessor::value ( ) const
inline

Value of this matrix entry.

Definition at line 980 of file sparse_matrix_ez.h.

Friends And Related Function Documentation

template<typename number>
friend class const_iterator
friend

Make enclosing class a friend.

Definition at line 238 of file sparse_matrix_ez.h.

Member Data Documentation

template<typename number>
const SparseMatrixEZ<number>* SparseMatrixEZ< number >::const_iterator::Accessor::matrix
protected

The matrix accessed.

Definition at line 223 of file sparse_matrix_ez.h.

template<typename number>
size_type SparseMatrixEZ< number >::const_iterator::Accessor::a_row
protected

Current row number.

Definition at line 228 of file sparse_matrix_ez.h.

template<typename number>
unsigned short SparseMatrixEZ< number >::const_iterator::Accessor::a_index
protected

Current index in row.

Definition at line 233 of file sparse_matrix_ez.h.


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