Helper function for the matplot library. More...
#include <matplot/matplot.h>#include <Eigen/Core>Go to the source code of this file.
Namespaces | |
| namespace | Ikarus |
| namespace | Ikarus::plot |
Functions | |
| void | Ikarus::plot::draw_xy (const Eigen::VectorXd &x, const Eigen::VectorXd &y) |
| Draw a 2D plot with given x and y vectors. More... | |
| template<typename FunctionType > | |
| void | Ikarus::plot::drawFunction (FunctionType &&f, std::pair< double, double > &&xRange, int eValuationPoints=100) |
| Draw the plot of a mathematical function. More... | |