Interface InterpolationStrategy<C,​V>

    • Method Detail

      • getInterpolatedValue

        V getInterpolatedValue​(Tensor<V> tensorWithTheOnlyOneCoordinateOfC,
                               C coordineteToInterpolate)
        Returns interpolated value for coordinate C.
        Parameters:
        tensorWithTheOnlyOneCoordinateOfC - the tensor where only C coordinates are kept
        coordineteToInterpolate -
        Returns:
        the interpolated value