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

#include <dune/istl/matrixutils.hh>

Public Types

typedef BCRSMatrix
< FieldMatrix< B, n, m >,TA > 
Matrix
 
typedef Matrix::size_type size_type
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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