Reference documentation for deal.II version 9.1.1
\(\newcommand{\dealcoloneq}{\mathrel{\vcenter{:}}=}\)
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.


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