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

Detailed Description

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

Specialization for Nx1 matrices which can be stored only in column major form in Eigen-3.2.5.

Definition at line 31 of file ShapeMatrixPolicy.h.

#include <ShapeMatrixPolicy.h>

Public Types

using type = Eigen::Matrix<double, N, 1, Eigen::ColMajor>
 

Member Typedef Documentation

◆ type

template<int N>
using detail::EigenMatrixType< N, 1 >::type = Eigen::Matrix<double, N, 1, Eigen::ColMajor>

Definition at line 33 of file ShapeMatrixPolicy.h.


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