dune-istl  2.3.0
Public Types | Public Member Functions | Public Attributes | List of all members
Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc Struct Reference

#include <dune/istl/paamg/hierarchy.hh>

Public Types

typedef Matrix::size_type size_type
 
typedef Matrix::row_type matrix_row
 

Public Member Functions

 calc ()
 
void operator() (const matrix_row &row)
 

Public Attributes

size_type min
 
size_type max
 
size_type sum
 

Member Typedef Documentation

template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
typedef Matrix::row_type Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::matrix_row
template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
typedef Matrix::size_type Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::size_type

Constructor & Destructor Documentation

template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::calc ( )
inline

Member Function Documentation

template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
void Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::operator() ( const matrix_row row)
inline

Member Data Documentation

template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
size_type Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::max
template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
size_type Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::min
template<class M , class PI , class A = std::allocator<M>>
template<class Matrix >
size_type Dune::Amg::MatrixHierarchy< M, PI, A >::MatrixStats< Matrix, true >::calc::sum

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