#include <MathStuff.h>
Public Member Functions | |
| LUT (TResult(*f)(TArg), double coeffadd=0, double coeffmul=1) | |
| const TResult & | operator() (int i) const |
Private Attributes | |
| TResult | lut_array [UBound-LBound+1] |
| TResult * | lut |
|
||||||||||||||||||||
|
Definition at line 51 of file MathStuff.h. |
|
||||||||||
|
Definition at line 60 of file MathStuff.h. |
|
|||||
|
Definition at line 66 of file MathStuff.h. |
|
|||||
|
Definition at line 65 of file MathStuff.h. |
1.3.9.1