dune-istl  2.8.0
Public Types | Static Public Member Functions | List of all members
Dune::MatrixDimension< DiagonalMatrix< K, n > > Struct Template Reference

#include <dune/istl/matrixutils.hh>

Public Types

typedef DiagonalMatrix< K, n > 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 &)
 
static size_type coldim (const Matrix &)
 

Member Typedef Documentation

◆ Matrix

template<typename K , int n>
typedef DiagonalMatrix<K,n> Dune::MatrixDimension< DiagonalMatrix< K, n > >::Matrix

◆ size_type

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

Member Function Documentation

◆ coldim() [1/2]

template<typename K , int n>
static size_type Dune::MatrixDimension< DiagonalMatrix< K, n > >::coldim ( const Matrix )
inlinestatic

◆ coldim() [2/2]

template<typename K , int n>
static size_type Dune::MatrixDimension< DiagonalMatrix< K, n > >::coldim ( const Matrix ,
size_type   
)
inlinestatic

◆ rowdim() [1/2]

template<typename K , int n>
static size_type Dune::MatrixDimension< DiagonalMatrix< K, n > >::rowdim ( const Matrix )
inlinestatic

◆ rowdim() [2/2]

template<typename K , int n>
static size_type Dune::MatrixDimension< DiagonalMatrix< K, n > >::rowdim ( const Matrix ,
size_type   
)
inlinestatic

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