dune-istl
2.1.1
|
#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 &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) |
typedef BCRSMatrix<FieldMatrix<B,n,m> ,TA> Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::Matrix |
typedef Matrix::size_type Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::size_type |
static size_type Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::coldim | ( | const Matrix & | A, |
size_type | c | ||
) | [inline, static] |
static size_type Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::coldim | ( | const Matrix & | A | ) | [inline, static] |
References Dune::BCRSMatrix< B, A >::M().
static size_type Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::rowdim | ( | const Matrix & | A, |
size_type | i | ||
) | [inline, static] |
static size_type Dune::MatrixDimension< BCRSMatrix< FieldMatrix< B, n, m >, TA > >::rowdim | ( | const Matrix & | A | ) | [inline, static] |
References Dune::BCRSMatrix< B, A >::N().