#include "std/error.H"
Include dependency graph for tab_fn.H:
Go to the source code of this file.
Namespaces | |
namespace | mlib |
Classes | |
class | mlib::TabulatedFunction |
Tabulates values of a given function over an interval [a,b] using a specified resolution.
Approximations of the function at values in [a,b) are returned as interpolations of the tabulated values. at values outside that range the function itself is used to compute the value. More... |
Definition in file tab_fn.H.