#include <tab_fn.H>
Public Methods | |
TabulatedFunction (double a, double b, real_fn_t f, int res) | |
TabulatedFunction (double a, double b, double vals[], int res) | |
void | init (double a, double b, double vals[], int res) |
void | init (double a, double b, real_fn_t f, int res) |
double | map (double x) const |
Protected Attributes | |
double | _a |
double | _b |
double | _len |
int | _res |
double | _rlen |
double * | _tab |
real_fn_t | _f |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|