#include <iostream>#include <stdexcept>#include <boost/mpl/assert.hpp>#include <boost/mpl/vector.hpp>#include <boost/optional.hpp>#include <boost/shared_ptr.hpp>#include <roboptim/core/fwd.hh>#include <roboptim/core/portability.hh>#include <roboptim/core/function.hh>#include <roboptim/core/detail/utility.hh>#include <roboptim/core/deprecated.hh>#include <roboptim/core/problem.hxx>Classes | |
| class | roboptim::Problem< F, boost::mpl::vector<> > |
| class | roboptim::Problem< F, CLIST > |
Namespaces | |
| namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
| template<typename F > | |
| std::ostream & | roboptim::operator<< (std::ostream &o, const Problem< F, boost::mpl::vector<> > &pb) |
| Override operator<< to handle problem display. | |
| template<typename F , typename CLIST > | |
| std::ostream & | roboptim::operator<< (std::ostream &o, const Problem< F, CLIST > &pb) |
| Override operator<< to handle problem display. | |