Concatenate the output of two functions. More...
#include <roboptim/core/operator/concatenate.hh>
Public Types | |
typedef detail::AutopromoteTrait< U > ::T_type | parentType_t |
typedef parentType_t::traits_t | traits_t |
Traits type. More... | |
typedef boost::shared_ptr < Concatenate > | ConcatenateShPtr_t |
Public Member Functions | |
ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ (parentType_t) | |
Concatenate (boost::shared_ptr< U > left, boost::shared_ptr< U > right) | |
~Concatenate () | |
const boost::shared_ptr< U > & | left () const |
boost::shared_ptr< U > & | left () |
const boost::shared_ptr< U > & | right () const |
boost::shared_ptr< U > & | 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 |
Concatenate the output of two functions.
U | input functions type. |
typedef boost::shared_ptr<Concatenate> roboptim::Concatenate< U >::ConcatenateShPtr_t |
typedef detail::AutopromoteTrait<U>::T_type roboptim::Concatenate< U >::parentType_t |
typedef parentType_t::traits_t roboptim::Concatenate< U >::traits_t |
Traits type.
|
explicit |
roboptim::Concatenate< U >::~Concatenate | ( | ) |
void roboptim::Concatenate< U >::impl_compute | ( | result_ref | result, |
const_argument_ref | x | ||
) | const |
void roboptim::Concatenate< U >::impl_gradient | ( | gradient_ref | gradient, |
const_argument_ref | argument, | ||
size_type | functionId = 0 |
||
) | const |
void roboptim::Concatenate< U >::impl_jacobian | ( | jacobian_ref | jacobian, |
const_argument_ref | arg | ||
) | const |
|
inline |
|
inline |
|
inline |
|
inline |
roboptim::Concatenate< U >::ROBOPTIM_DIFFERENTIABLE_FUNCTION_FWD_TYPEDEFS_ | ( | parentType_t | ) |