#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/static_visitor.hpp>
#include "debug.hh"
#include "roboptim/core/solver.hh"
Classes | |
struct | roboptim::detail::PrintSolverParameter |
Namespaces | |
namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
namespace | roboptim::detail |
Functions | |
ROBOPTIM_CORE_DLLAPI std::ostream & | roboptim::operator<< (std::ostream &o, const Parameter ¶meter) |
Override operator<< to display ``parameters'' objects. More... | |