dune-istl  2.3.1
Public Types | Static Public Member Functions | List of all members
Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > > Struct Template Reference

#include <dune/istl/matrixutils.hh>

Public Types

typedef Matrix< FieldMatrix< K,
n, m >, TA > 
ThisMatrix
 
typedef ThisMatrix::size_type size_type
 

Static Public Member Functions

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

Member Typedef Documentation

template<typename K , int n, int m, typename TA >
typedef ThisMatrix::size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::size_type
template<typename K , int n, int m, typename TA >
typedef Matrix<FieldMatrix<K,n,m>, TA> Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::ThisMatrix

Member Function Documentation

template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::coldim ( const ThisMatrix ,
size_type   
)
inlinestatic
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::coldim ( const ThisMatrix A)
inlinestatic
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::rowdim ( const ThisMatrix ,
size_type   
)
inlinestatic
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::rowdim ( const ThisMatrix A)
inlinestatic

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