#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/selection.hxx>
Classes | |
class | roboptim::Selection< U > |
Select a block of a function's output. More... | |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
template<typename U > | |
boost::shared_ptr< Selection< U > > | roboptim::selection (boost::shared_ptr< U > origin, typename Selection< U >::size_type start=0, typename Selection< U >::size_type size=1) |