| Interface | Description |
|---|---|
| SingleDimensionResampler<C,V> |
Defines a strategy how to resample in one single dimension of a tensor.
|
| Class | Description |
|---|---|
| MultiDimensionalResampling<V> |
Combines several one-dimensional resamplers and creates the fully resampled object from them.
|
| ResamplingStage<V,C> |
A tensoric object, which is created by applying one resampler on a certain dimension onto a previous tensoric object,
which e.g.
|