Describes a (potentially structured) data which can be operated on as a (finite-dimensional) column vector.
More...
|
template<typename ScalarType > |
using | NullVector = Eigen::Matrix< ScalarType, 0, 1 > |
| NullVector<ScalarType> More...
|
|
Describes a (potentially structured) data which can be operated on as a (finite-dimensional) column vector.
Valid Expressions (which must be implemented) |
RowsAtCompileTime | defined as a static constant int (or enum). Can be Eigen::Dynamic. |
size_t size() | only required if RowsAtCompileTime==Eigen::Dynamic |
template<Derived> Vector(const Eigen::MatrixBase<Derived>&) | constructor taking an Eigen object |
template<Derived>
Vector& operator=(const Eigen::MatrixBase<Derived>&) | assignment operator from an Eigen object |
Eigen::Matrix<ScalarType, RowsAtCompileTime, 1>
toEigen(const Vector<ScalarType>&) | non-member namespace method which converts to the Eigen type |
using NullVector = Eigen::Matrix<ScalarType, 0, 1> |
std::string Drake::getCoordinateName |
( |
const Vector & |
vec, |
|
|
unsigned int |
index |
|
) |
| |
VecType<double> Drake::getRandomVector |
( |
void |
| ) |
|
std::size_t Drake::size |
( |
const VecType & |
vec | ) |
|