libigl v2.5.0
Loading...
Searching...
No Matches
igl::PlainVectorHelper< Derived, Size, Options > Struct Template Reference

#include <PlainVector.h>

Public Types

using Type

Member Typedef Documentation

◆ Type

template<typename Derived, int Size, int Options>
using igl::PlainVectorHelper< Derived, Size, Options >::Type
Initial value:
Eigen::Matrix<
typename Derived::Scalar,
(Derived::ColsAtCompileTime == 1 && Derived::RowsAtCompileTime != 1) ? Size : 1,
(Derived::ColsAtCompileTime == 1 && Derived::RowsAtCompileTime != 1) ? 1 : Size,
Options>

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