dune-istl  2.4.1-rc2
Public Types | Static Public Member Functions | List of all members
Dune::MatrixDimension< Dune::DynamicMatrix< T > > Struct Template Reference

#include <dune/istl/matrixutils.hh>

Public Types

typedef Dune::DynamicMatrix< T > MatrixType
 
typedef MatrixType::size_type size_type
 

Static Public Member Functions

static size_type rowdim (const MatrixType &, size_type)
 
static size_type coldim (const MatrixType &, size_type)
 
static size_type rowdim (const MatrixType &A)
 
static size_type coldim (const MatrixType &A)
 

Member Typedef Documentation

template<class T >
typedef Dune::DynamicMatrix<T> Dune::MatrixDimension< Dune::DynamicMatrix< T > >::MatrixType
template<class T >
typedef MatrixType::size_type Dune::MatrixDimension< Dune::DynamicMatrix< T > >::size_type

Member Function Documentation

template<class T >
static size_type Dune::MatrixDimension< Dune::DynamicMatrix< T > >::coldim ( const MatrixType ,
size_type   
)
inlinestatic
template<class T >
static size_type Dune::MatrixDimension< Dune::DynamicMatrix< T > >::coldim ( const MatrixType A)
inlinestatic
template<class T >
static size_type Dune::MatrixDimension< Dune::DynamicMatrix< T > >::rowdim ( const MatrixType ,
size_type   
)
inlinestatic
template<class T >
static size_type Dune::MatrixDimension< Dune::DynamicMatrix< T > >::rowdim ( const MatrixType A)
inlinestatic

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