Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | Private Attributes | List of all members
FilteredMatrix< VectorType >::const_iterator Class Reference

#include <deal.II/lac/filtered_matrix.h>

Public Member Functions

 const_iterator (const FilteredMatrix< VectorType > *matrix, const size_type index)
 
const_iteratoroperator++ ()
 
const_iteratoroperator++ (int)
 
const Accessoroperator* () const
 
const Accessoroperator-> () const
 
bool operator== (const const_iterator &) const
 
bool operator!= (const const_iterator &) const
 
bool operator< (const const_iterator &) const
 
bool operator> (const const_iterator &) const
 

Private Attributes

Accessor accessor
 

Detailed Description

template<typename VectorType>
class FilteredMatrix< VectorType >::const_iterator

Standard-conforming iterator.

Definition at line 265 of file filtered_matrix.h.

Constructor & Destructor Documentation

template<typename VectorType >
FilteredMatrix< VectorType >::const_iterator::const_iterator ( const FilteredMatrix< VectorType > *  matrix,
const size_type  index 
)
inline

Constructor.

Definition at line 629 of file filtered_matrix.h.

Member Function Documentation

template<typename VectorType >
FilteredMatrix< VectorType >::const_iterator & FilteredMatrix< VectorType >::const_iterator::operator++ ( )
inline

Prefix increment.

Definition at line 639 of file filtered_matrix.h.

template<typename VectorType>
const_iterator& FilteredMatrix< VectorType >::const_iterator::operator++ ( int  )

Postfix increment.

template<typename number >
const FilteredMatrix< number >::Accessor & FilteredMatrix< number >::const_iterator::operator* ( ) const
inline

Dereferencing operator.

Definition at line 648 of file filtered_matrix.h.

template<typename number >
const FilteredMatrix< number >::Accessor * FilteredMatrix< number >::const_iterator::operator-> ( ) const
inline

Dereferencing operator.

Definition at line 656 of file filtered_matrix.h.

template<typename number >
bool FilteredMatrix< number >::const_iterator::operator== ( const const_iterator other) const
inline

Comparison. True, if both iterators point to the same matrix position.

Definition at line 665 of file filtered_matrix.h.

template<typename number >
bool FilteredMatrix< number >::const_iterator::operator!= ( const const_iterator other) const
inline

Inverse of ==.

Definition at line 675 of file filtered_matrix.h.

template<typename VectorType>
bool FilteredMatrix< VectorType >::const_iterator::operator< ( const const_iterator ) const

Comparison operator. Result is true if either the first row number is smaller or if the row numbers are equal and the first index is smaller.

template<typename VectorType>
bool FilteredMatrix< VectorType >::const_iterator::operator> ( const const_iterator ) const

Comparison operator. Compares just the other way around than the operator above.

Member Data Documentation

template<typename VectorType>
Accessor FilteredMatrix< VectorType >::const_iterator::accessor
private

Store an object of the accessor class.

Definition at line 325 of file filtered_matrix.h.


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