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