libigl v2.5.0
Loading...
Searching...
No Matches
PlainVector.h File Reference
#include <Eigen/Core>
#include "PlainMatrix.h"

Go to the source code of this file.

Classes

struct  igl::PlainVectorHelper< Derived, Size, Options >

Namespaces

namespace  igl

Typedefs

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