#include <stdexcept>
#include <vector>
#include <boost/make_shared.hpp>
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <roboptim/core/detail/autopromote.hh>
#include <roboptim/core/differentiable-function.hh>
#include <roboptim/core/operator/bind.hxx>
Classes | |
class | roboptim::Bind< U > |
Bind some function input to a constant value. More... | |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
template<typename U > | |
boost::shared_ptr< Bind< U > > | roboptim::bind (boost::shared_ptr< U > origin, const typename Bind< U >::boundValues_t &boundValues) |