#include <roboptim/core/sys.hh>
#include <roboptim/core/debug.hh>
#include <ostream>
#include <string>
#include <stdexcept>
#include <boost/optional.hpp>
#include <roboptim/core/result.hh>
Classes | |
class | roboptim::SolverError |
Base exception class for solving errors. 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 SolverError &e) |
Override operator<< to handle error display. More... | |