Interface | Description |
---|---|
InterpolationStrategy<C,V> |
The interface for the interpolation strategy in the tensors.
|
ReductionStrategy<C,T,R> |
A strategy which reduces the one dimension (= type of coordinate) and summarizes all the values in this direction
into one.
|
Class | Description |
---|---|
AbstractInterpolationStrategy<C,V> |
An abstract interpolation implementation that provides the basic functions like sorting the
Comparable
coordinate and finding the PREVIOUS/NEXT instances in the coordinates. |
AbstractLinearDoubleInterpolationStrategy<C> | Deprecated |
Averaging<V> | |
InterpolatedSlicing<C,E> |
The extended slicing strategy that involves the possibility to interpolate over the specified, comparable coordinate
|
LinearInterpolation<C,V> |
Generalized linear interpolation, provided a field for the values of a
tensor, and a mapper from the coordinate to interpolate to the value.
|
RootMeanSquare<S> |
Performs an rms calculation over all in one direction of a tensor, if used for tensor reduction.
|
Slicing<C,E> |
A reduction strategy, which returns all values of which are at one exact value of the dimension to be reduced.
|
ToFunctions<X,Y> |
A reduction strategy which reduces all elements of dimension
<X> by transforming them into a
DiscreteFunction s from <X> to <Y> |