![]() |
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 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 >
|
inlinestatic |
◆ coldim() [2/2]
template<typename Map >
|
inlinestatic |
◆ rowdim() [1/2]
template<typename Map >
|
inlinestatic |
◆ rowdim() [2/2]
template<typename Map >
|
inlinestatic |
The documentation for this struct was generated from the following file:
