discr_utils¶
Helpers for discretization-related functionality.
Most functions deal with interpolation of arrays, sampling of functions and providing a single interface for the sampler by wrapping functions or arrays of functions appropriately.
Functions
|
Return the linear interpolator for discrete function values. |
|
Return the nearest neighbor interpolator for discrete values. |
|
Return a per axis defined interpolator for discrete values. |
|
Sample a function on a grid of points. |
|
Return a function that can be used for sampling. |