Namespaces | |
| namespace | drake |
| namespace | drake::math |
Functions | |
| template<typename Derived> | |
| void | NormalizeVector (const Eigen::MatrixBase< Derived > &x, typename Derived::PlainObject &x_norm, typename drake::math::Gradient< Derived, Derived::RowsAtCompileTime, 1 >::type *dx_norm=nullptr, typename drake::math::Gradient< Derived, Derived::RowsAtCompileTime, 2 >::type *ddx_norm=nullptr) |
| Computes the normalized vector, optionally with its gradient and second derivative. | |