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

Detailed Description

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

Forwards the Eigen::Matrix type for general N and M. There is a partial specialization for M = 1 to store the matrix in column major storage order.

Definition at line 23 of file ShapeMatrixPolicy.h.

#include <ShapeMatrixPolicy.h>

Public Types

using type = Eigen::Matrix< double, N, M, Eigen::RowMajor >
 

Member Typedef Documentation

◆ type

template<int N, int M>
using detail::EigenMatrixType< N, M >::type = Eigen::Matrix<double, N, M, Eigen::RowMajor>

Definition at line 25 of file ShapeMatrixPolicy.h.


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