Cortex
10.0.0-a4
|
#include <Lookup.h>
Public Types | |
typedef X | XType |
typedef Y | YType |
typedef boost::function< Y(X)> | Function |
The Lookup class takes a function over a one dimensional domain and accelerates its computation using linear interpolation between precomputed values stored in a table.