dune-istl  2.2.0
Public Types | Static Public Member Functions
Dune::MatrixDimension< BCRSMatrix< B, TA > > Struct Template Reference

#include <dune/istl/matrixutils.hh>

List of all members.

Public Types

typedef BCRSMatrix< B, TA > Matrix
typedef Matrix::block_type block_type
typedef Matrix::size_type size_type

Static Public Member Functions

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

template<typename B, typename TA>
struct Dune::MatrixDimension< BCRSMatrix< B, TA > >


Member Typedef Documentation

template<typename B , typename TA >
typedef Matrix::block_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::block_type
template<typename B , typename TA >
typedef BCRSMatrix<B,TA> Dune::MatrixDimension< BCRSMatrix< B, TA > >::Matrix
template<typename B , typename TA >
typedef Matrix::size_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::size_type

Member Function Documentation

template<typename B , typename TA >
static size_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::coldim ( const Matrix A,
size_type  c 
) [inline, static]
template<typename B , typename TA >
static size_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::coldim ( const Matrix A) [inline, static]
template<typename B , typename TA >
static size_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::rowdim ( const Matrix A,
size_type  i 
) [inline, static]
template<typename B , typename TA >
static size_type Dune::MatrixDimension< BCRSMatrix< B, TA > >::rowdim ( const Matrix A) [inline, static]

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