C - type of the coordinate, must extends ComparableV - type of the values in the Tensorpublic 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 -