Gobelijn API documentation
- generated for commit a0cbea7
|
#include <plotter.h>
Public Member Functions | |
Plotter ()=default | |
virtual | ~Plotter ()=default |
std::string | plot (const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const |
std::string | operator() (const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const |
std::string Plotter< T >::plot | ( | const std::function< T(T)> & | f, |
T | from = 0.0 , |
||
T | to = 1.0 , |
||
unsigned int | n = 10 |
||
) | const |
Definition at line 11 of file plotter.cpp.
Referenced by main().
std::string Plotter< T >::operator() | ( | const std::function< T(T)> & | f, |
T | from = 0.0 , |
||
T | to = 1.0 , |
||
unsigned int | n = 10 |
||
) | const |
Definition at line 52 of file plotter.cpp.