OGS
|
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> |
using detail::EigenMatrixType< N, M >::type = Eigen::Matrix<double, N, M, Eigen::RowMajor> |
Definition at line 25 of file ShapeMatrixPolicy.h.