QNANO
|
Template for function of a single real variable. More...
#include <Real_Function.h>
Public Member Functions | |
virtual T | fct (double x)=0 |
actual fuction. To be defined in derived class | |
T | operator() (double x) |
overload parenthesis operator | |
virtual void | plot (const std::string &filename, double xbegin, double xend, size_t Nintervals) |
Plots function to file: discretized form 'xbegin' to 'xend' on 'Nintervals'+1 sample points. | |
Template for function of a single real variable.