Class | Description |
---|---|
FieldInterpolator<C,V> |
Takes a discrete set of x-values (being of type C - one coordinate of a tensor) and a transformation function of C to
V together with a callback function to Y values (of type V - the elements of a field) corresponding to the given X
values, and tries to determine a y-value for a given x-value by interpolating between the two neighbouring points.
|
LinearInterpolationResampler<C,V> |
Resamples in one dimension, by linearly interpolating by two neighboring values.
|
RepeatingResampler<C,V> |
Resampler that repeats values in one dimension.
|