#include <stdexcept>#include <vector>#include <boost/shared_ptr.hpp>#include <roboptim/core/detail/autopromote.hh>#include <roboptim/core/differentiable-function.hh>#include <roboptim/core/operator/product.hxx>| Classes | |
| class | roboptim::Product< U, V > | 
| Product of two RobOptim functions.  More... | |
| Namespaces | |
| namespace | roboptim | 
| defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
| Functions | |
| template<typename U , typename V > | |
| boost::shared_ptr< Product< U, V > > | roboptim::product (boost::shared_ptr< U > left, boost::shared_ptr< V > right) | 
| template<typename U , typename V > | |
| boost::shared_ptr< Product< U, V > > | roboptim::operator* (boost::shared_ptr< U > left, boost::shared_ptr< V > right) |