#include <iostream>
#include <vector>
#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< T > |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
template<typename T > | |
std::ostream & | roboptim::operator<< (std::ostream &o, const Problem< T > &pb) |
Override operator<< to handle problem display. More... | |