#include <PlainVector.h>
◆ Type
template<typename Derived, int Size, int Options>
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: