Dune Core Modules (unstable)

Dune::IsFieldMatrixShapeCorrect< M, ROWS, COLS > Struct Template Reference

TMP to check the shape of a DenseMatrix statically, if possible. More...

#include <dune/common/fmatrix.hh>

Detailed Description

template<class M, int ROWS, int COLS>
struct Dune::IsFieldMatrixShapeCorrect< M, ROWS, COLS >

TMP to check the shape of a DenseMatrix statically, if possible.

If the implementation type of M is a FieldMatrix, we statically check whether its shape is ROWSxCOLS.

Template Parameters
MThe implementation of the other DenseMatrix.
ROWSThe number of rows we need assume.
COLSThe number of columns we need assume.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden & Uni Heidelberg  |  generated with Hugo v0.111.3 (Feb 10, 23:55, 2026)