QNANO
Public Member Functions | List of all members
Function_Template< T > Class Template Referenceabstract

Template for function of a single real variable. More...

#include <Real_Function.h>

Inheritance diagram for Function_Template< T >:
Inheritance graph
[legend]

Public Member Functions

virtual T fct (double x)=0
 actual fuction. To be defined in derived class
 
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.
 

Detailed Description

template<typename T>
class Function_Template< T >

Template for function of a single real variable.


The documentation for this class was generated from the following file: