dune-istl  3.0-git
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

◆ MatrixType

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

◆ size_type

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

Member Function Documentation

◆ coldim() [1/2]

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

◆ coldim() [2/2]

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

◆ rowdim() [1/2]

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

◆ rowdim() [2/2]

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: