Scope
|
#include <lut.h>
Public Member Functions | |
LUT_function (std::function< TResult(double)> f, const double &coeff=1) | |
const TResult & | operator() (TArg i) const |
Protected Attributes | |
std::array< TResult, UBound-LBound+1 > | lut_array |
std::array< TResult, UBound-LBound+1 >::iterator | lut |
class for generating a lookup table by providing a function to the constructor
|
inlineexplicit |
|
inline |
|
protected |
|
protected |