minus.hh File Reference
#include <stdexcept>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <roboptim/core/detail/autopromote.hh>
#include <roboptim/core/differentiable-function.hh>
#include <roboptim/core/filter/minus.hxx>

Classes

class  roboptim::Minus< U, V >
 Subtract two RobOptim functions. More...

Namespaces

namespace  roboptim
 

Meta-functions, functions and solver-related classes.


Functions

template<typename U , typename V >
boost::shared_ptr< Minus< U, V > > roboptim::minus (boost::shared_ptr< U > left, boost::shared_ptr< V > right)
template<typename U , typename V >
boost::shared_ptr< Minus< U, V > > roboptim::operator- (boost::shared_ptr< U > left, boost::shared_ptr< V > right)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines