Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
Plotter< T > Member List

This is the complete list of members for Plotter< T >, including all inherited members.

operator()(const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const Plotter< T >
plot(const std::function< T(T)> &f, T from=0.0, T to=1.0, unsigned int n=10) const Plotter< T >
Plotter()=defaultPlotter< T >
~Plotter()=defaultPlotter< T >virtual