Product of two RobOptim functions. More...
#include <roboptim/core/operator/product.hh>
Public Types | |
| typedef detail::PromoteTrait < U, V >::T_promote | parentType_t |
| typedef boost::shared_ptr < Product > | ProductShPtr_t |
Public Member Functions | |
| ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ (parentType_t) | |
| Product (boost::shared_ptr< U > left, boost::shared_ptr< V > right) | |
| ~Product () | |
| const boost::shared_ptr< U > & | left () const |
| U & | left () |
| const boost::shared_ptr< V > & | right () const |
| V & | right () |
| 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 |
Product of two RobOptim functions.
| U | first input function type. |
| V | second input function type. |
| typedef detail::PromoteTrait<U, V>::T_promote roboptim::Product< U, V >::parentType_t |
| typedef boost::shared_ptr<Product> roboptim::Product< U, V >::ProductShPtr_t |
|
explicit |
| roboptim::Product< U, V >::~Product | ( | ) |
| void roboptim::Product< U, V >::impl_compute | ( | result_ref | result, |
| const_argument_ref | x | ||
| ) | const |
| void roboptim::Product< U, V >::impl_gradient | ( | gradient_ref | gradient, |
| const_argument_ref | argument, | ||
| size_type | functionId = 0 |
||
| ) | const |
| void roboptim::Product< U, V >::impl_jacobian | ( | jacobian_ref | jacobian, |
| const_argument_ref | arg | ||
| ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
| roboptim::Product< U, V >::ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ | ( | parentType_t | ) |