#include <roboptim/core/sys.hh>#include <roboptim/core/debug.hh>#include <iostream>#include <vector>#include <roboptim/core/function.hh>Classes | |
| class | roboptim::Result |
| Represents the solution of an optimization problem. More... | |
Namespaces | |
| namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
Functions | |
| ROBOPTIM_DLLAPI std::ostream & | roboptim::operator<< (std::ostream &o, const Result &r) |
| Override operator<< to handle result display. | |