#include <string>
#include <sstream>
#include <vector>
#include "debug.hh"
#include "roboptim/core/solver-error.hh"
#include "roboptim/core/util.hh"
#include "roboptim/core/terminal-color.hh"
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... | |