#include <PlainMatrix.h>
|
| using | Type = Eigen::Matrix<typename Derived::Scalar,Rows,Cols,((Rows == 1 && Cols != 1) ? Eigen::RowMajor : ((Cols == 1 && Rows != 1) ? Eigen::ColMajor : Options))> |
◆ Type
template<typename Derived, int Rows, int Cols, int Options>
| using igl::PlainMatrixHelper< Derived, Rows, Cols, Options >::Type = Eigen::Matrix<typename Derived::Scalar,Rows,Cols,((Rows == 1 && Cols != 1) ? Eigen::RowMajor : ((Cols == 1 && Rows != 1) ? Eigen::ColMajor : Options))> |
The documentation for this struct was generated from the following file: