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

#include <dune/istl/matrixutils.hh>

List of all members.

Public Types

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

Static Public Member Functions

static size_type rowdim (const Matrix &A, size_type r)
static size_type coldim (const Matrix &A, size_type r)
static size_type rowdim (const Matrix &A)
static size_type coldim (const Matrix &A)

Member Typedef Documentation

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

Member Function Documentation

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

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