#include <roboptim/trajectory/limit-omega.hh>
List of all members.
Public Member Functions |
| LimitOmega (StableTimePoint timePoint, const T &trajectory) |
| ~LimitOmega () |
Static Public Member Functions |
template<typename F , typename CLIST > |
static void | addToProblem (const T &trajectory, Problem< F, CLIST > &problem, typename Function::interval_t vRange, unsigned nConstraints) |
Protected Member Functions |
void | impl_compute (result_ref res, const_argument_ref p) const |
void | impl_gradient (gradient_ref grad, const_argument_ref p, size_type i) const |
template<typename T>
class roboptim::trajectory::LimitOmega< T >
Constructor & Destructor Documentation
Member Function Documentation
template<typename T >
template<typename F , typename CLIST >
ROBOPTIM_DO_NOT_CHECK_ALLOCATION
ROBOPTIM_DO_NOT_CHECK_ALLOCATION