Reference documentation for deal.II version 9.2.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Classes | Public Member Functions | Private Attributes | List of all members

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

Classes

class  Accessor
 

Public Member Functions

 const_iterator (const PreconditionBlockJacobi< MatrixType, inverse_type > *matrix, const size_type row)
 
const_iteratoroperator++ ()
 
const Accessoroperator* () const
 
const Accessoroperator-> () 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 MatrixType, typename inverse_type = typename MatrixType::value_type>
class PreconditionBlockJacobi< MatrixType, inverse_type >::const_iterator

Standard-conforming iterator.

Definition at line 401 of file precondition_block.h.


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