Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Dune::MatrixDimension< MappedMatrix< Map > > Struct Template Reference

Struct providing dimensions of the mapped matrix. More...

#include <dune/fufem/mappedmatrix.hh>

Public Types

using Matrix = MappedMatrix< Map >
 
using size_type = typename Matrix::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)
 

Detailed Description

template<typename Map>
struct Dune::MatrixDimension< MappedMatrix< Map > >

Struct providing dimensions of the mapped matrix.

In particular, this is need to print mapped matrices using the printmatrix method in dune/istl/io.hh.

Member Typedef Documentation

◆ Matrix

template<typename Map >
using Dune::MatrixDimension< MappedMatrix< Map > >::Matrix = MappedMatrix<Map>

◆ size_type

template<typename Map >
using Dune::MatrixDimension< MappedMatrix< Map > >::size_type = typename Matrix::size_type

Member Function Documentation

◆ coldim() [1/2]

template<typename Map >
static size_type Dune::MatrixDimension< MappedMatrix< Map > >::coldim ( const Matrix ,
size_type   
)
inlinestatic

◆ coldim() [2/2]

template<typename Map >
static size_type Dune::MatrixDimension< MappedMatrix< Map > >::coldim ( const Matrix A)
inlinestatic

◆ rowdim() [1/2]

template<typename Map >
static size_type Dune::MatrixDimension< MappedMatrix< Map > >::rowdim ( const Matrix ,
size_type   
)
inlinestatic

◆ rowdim() [2/2]

template<typename Map >
static size_type Dune::MatrixDimension< MappedMatrix< Map > >::rowdim ( const Matrix A)
inlinestatic

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