#include <stdexcept>#include <vector>#include <boost/shared_ptr.hpp>#include <boost/utility/enable_if.hpp>#include <boost/type_traits/is_same.hpp>#include <roboptim/core/detail/autopromote.hh>#include <roboptim/core/differentiable-function.hh>#include <roboptim/core/operator/concatenate.hxx>Classes | |
| struct | roboptim::detail::ConcatenateTypes< T > |
| class | roboptim::Concatenate< U > |
| Concatenate the output of two functions. More... | |
Namespaces | |
| namespace | roboptim |
| defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
| namespace | roboptim::detail |
Functions | |
| template<typename U , typename V > | |
| boost::shared_ptr< Concatenate < typename detail::PromoteTrait< U, V > ::T_promote > > | roboptim::concatenate (boost::shared_ptr< U > left, boost::shared_ptr< V > right) |