Hugintrunk
0.1
|
#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 40 of file MathStuff.h.
|
inlineexplicit |
Definition at line 43 of file MathStuff.h.
References lfeat::LUT< LBound, UBound, TResult, TArg >::lut, and lfeat::LUT< LBound, UBound, TResult, TArg >::lut_array.
|
inline |
Definition at line 52 of file MathStuff.h.
References lfeat::LUT< LBound, UBound, TResult, TArg >::lut.
|
private |
Definition at line 58 of file MathStuff.h.
Referenced by lfeat::LUT< LBound, UBound, TResult, TArg >::LUT(), and lfeat::LUT< LBound, UBound, TResult, TArg >::operator()().
|
private |
Definition at line 57 of file MathStuff.h.
Referenced by lfeat::LUT< LBound, UBound, TResult, TArg >::LUT().