#include <roboptim/core/sys.hh>#include <roboptim/core/debug.hh>#include <boost/format.hpp>#include <roboptim/core/function.hh>Namespaces | |
| namespace | roboptim |
defined(EIGEN_RUNTIME_NO_MALLOC) && !defined(ROBOPTIM_DO_NOT_CHECK_ALLOCATION) | |
| namespace | roboptim::visualization |
Graphical visualization. | |
| namespace | roboptim::visualization::gnuplot |
Gnuplot rendering. | |
Typedefs | |
| typedef Function::discreteInterval_t | roboptim::visualization::gnuplot::discreteInterval_t |
| Import discrete interval type from function. | |
Functions | |
| template<typename T > | |
| Command | roboptim::visualization::gnuplot::plot (const GenericFunction< T > &f, discreteInterval_t interval) |
| Plot a 1D function with Gnuplot. | |
| template<typename T > | |
| Command | roboptim::visualization::gnuplot::plot_xy (const GenericFunction< T > &f, discreteInterval_t interval) |
| Plot a 2D function with Gnuplot. | |