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

#include <dune/istl/matrixutils.hh>

List of all members.

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 &A, size_type r)
static size_type coldim (const ThisMatrix &A, size_type r)
static size_type rowdim (const ThisMatrix &A)
static size_type coldim (const ThisMatrix &A)

template<typename K, int n, int m, typename TA>
struct Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >


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 A,
size_type  r 
) [inline, static]
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::coldim ( const ThisMatrix A) [inline, static]
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::rowdim ( const ThisMatrix A,
size_type  r 
) [inline, static]
template<typename K , int n, int m, typename TA >
static size_type Dune::MatrixDimension< Matrix< FieldMatrix< K, n, m >, TA > >::rowdim ( const ThisMatrix A) [inline, static]

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