C
- type of the coordinate, must extends Comparable
V
- type of the values in the Tensor
public interface InterpolationStrategy<C,V>
Modifier and Type | Method and Description |
---|---|
V |
getInterpolatedValue(Tensor<V> tensorWithTheOnlyOneCoordinateOfC,
C coordineteToInterpolate)
Returns interpolated value for coordinate C.
|
V getInterpolatedValue(Tensor<V> tensorWithTheOnlyOneCoordinateOfC, C coordineteToInterpolate)
tensorWithTheOnlyOneCoordinateOfC
- the tensor where only C coordinates are keptcoordineteToInterpolate
-