Drake
|
EigenVector<Rows>::type<ScalarType> More...
#include <drake/core/Vector.h>
Public Types | |
template<typename ScalarType > | |
using | type = Eigen::Matrix< ScalarType, Rows, 1 > |
EigenVector<Rows>::type<ScalarType>
provides an alias for Eigen::Matrix<ScalarType, Rows, 1> which is templated on only a single argument (the ScalarType)
using type = Eigen::Matrix<ScalarType, Rows, 1> |