OGS
detail::EigenMatrixType< 0, M > Struct Template Reference

Detailed Description

template<int M>
struct detail::EigenMatrixType< 0, M >

Specialization for 0xM matrices. Using fixed size Eigen matrices here would lead to zero sized arrays, which cause compilation errors on some compilers.

Definition at line 40 of file ShapeMatrixPolicy.h.

#include <ShapeMatrixPolicy.h>

Public Types

using type
 

Member Typedef Documentation

◆ type

template<int M>
using detail::EigenMatrixType< 0, M >::type
Initial value:
Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor>

Definition at line 42 of file ShapeMatrixPolicy.h.


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