dune-istl 2.10
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
Dune::MatrixDimension< Matrix< B, TA > > Struct Template Reference

#include <dune/istl/matrixutils.hh>

Public Types

using block_type = typename Matrix< B, TA >::block_type
 
using size_type = typename Matrix< B, TA >::size_type
 

Static Public Member Functions

static size_type rowdim (const Matrix< B, TA > &A, size_type i)
 
static size_type coldim (const Matrix< B, TA > &A, size_type c)
 
static size_type rowdim (const Matrix< B, TA > &A)
 
static size_type coldim (const Matrix< B, TA > &A)
 

Member Typedef Documentation

◆ block_type

template<typename B , typename TA >
using Dune::MatrixDimension< Matrix< B, TA > >::block_type = typename Matrix<B,TA>::block_type

◆ size_type

template<typename B , typename TA >
using Dune::MatrixDimension< Matrix< B, TA > >::size_type = typename Matrix<B,TA>::size_type

Member Function Documentation

◆ coldim() [1/2]

template<typename B , typename TA >
static size_type Dune::MatrixDimension< Matrix< B, TA > >::coldim ( const Matrix< B, TA > &  A)
inlinestatic

◆ coldim() [2/2]

template<typename B , typename TA >
static size_type Dune::MatrixDimension< Matrix< B, TA > >::coldim ( const Matrix< B, TA > &  A,
size_type  c 
)
inlinestatic

◆ rowdim() [1/2]

template<typename B , typename TA >
static size_type Dune::MatrixDimension< Matrix< B, TA > >::rowdim ( const Matrix< B, TA > &  A)
inlinestatic

◆ rowdim() [2/2]

template<typename B , typename TA >
static size_type Dune::MatrixDimension< Matrix< B, TA > >::rowdim ( const Matrix< B, TA > &  A,
size_type  i 
)
inlinestatic

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