Select part of a function. More...
#include <roboptim/core/operator/selection-by-id.hh>
Public Types | |
typedef detail::AutopromoteTrait< U > ::T_type | parentType_t |
typedef boost::shared_ptr < SelectionById > | SelectionByIdShPtr_t |
Public Member Functions | |
ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ (parentType_t) | |
SelectionById (boost::shared_ptr< U > origin, std::vector< bool > selector) | |
~SelectionById () | |
const boost::shared_ptr< U > & | origin () const |
boost::shared_ptr< U > & | origin () |
void | impl_compute (result_ref result, const_argument_ref x) const |
void | impl_gradient (gradient_ref gradient, const_argument_ref argument, size_type functionId=0) const |
void | impl_jacobian (jacobian_ref jacobian, const_argument_ref arg) const |
Select part of a function.
U | input function type. |
typedef detail::AutopromoteTrait<U>::T_type roboptim::SelectionById< U >::parentType_t |
typedef boost::shared_ptr<SelectionById> roboptim::SelectionById< U >::SelectionByIdShPtr_t |
|
explicit |
References result_.
roboptim::SelectionById< U >::~SelectionById | ( | ) |
void roboptim::SelectionById< U >::impl_compute | ( | result_ref | result, |
const_argument_ref | x | ||
) | const |
References result_.
void roboptim::SelectionById< U >::impl_gradient | ( | gradient_ref | gradient, |
const_argument_ref | argument, | ||
size_type | functionId = 0 |
||
) | const |
void roboptim::SelectionById< U >::impl_jacobian | ( | jacobian_ref | jacobian, |
const_argument_ref | arg | ||
) | const |
|
inline |
|
inline |
roboptim::SelectionById< U >::ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ | ( | parentType_t | ) |