#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <map>
#include <string>
#include <boost/function.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/mpl/logical.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/variant/variant.hpp>
#include <boost/variant/get.hpp>
#include <roboptim/core/fwd.hh>
#include <roboptim/core/portability.hh>
#include <roboptim/core/function.hh>
#include <roboptim/core/problem.hh>
#include <roboptim/core/generic-solver.hh>
#include <roboptim/core/solver-state.hh>
#include <roboptim/core/solver.hxx>
Classes | |
struct | roboptim::Parameter |
Solver parameter type. More... | |
class | roboptim::Solver< T > |
Solver for a specific problem class. More... | |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
ROBOPTIM_CORE_DLLAPI std::ostream & | roboptim::operator<< (std::ostream &o, const Parameter ¶meter) |
Override operator<< to display ``parameters'' objects. More... | |