#include <roboptim/trajectory/limit-omega.hh>
|
| template<typename M > |
| static void | addToProblem (const T &trajectory, Problem< M > &problem, typename Function::interval_t vRange, unsigned nConstraints) |
| |
|
| 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 >
template<typename M >
| static void roboptim::trajectory::LimitOmega< T >::addToProblem |
( |
const T & |
trajectory, |
|
|
Problem< M > & |
problem, |
|
|
typename Function::interval_t |
vRange, |
|
|
unsigned |
nConstraints |
|
) |
| |
|
static |
template<typename T >
template<typename M >
| void roboptim::trajectory::LimitOmega< T >::addToProblem |
( |
const T & |
trajectory, |
|
|
Problem< M > & |
problem, |
|
|
typename Function::interval_t |
vRange, |
|
|
unsigned |
nConstraints |
|
) |
| |