Class Interpolator.Linear<F extends Field<F>>

    • Constructor Detail

      • Linear

        public Linear()
    • Method Detail

      • interpolate

        public F interpolate​(F point,
                             SortedMap<F,​F> pointValues)
        Description copied from interface: Interpolator
        Estimates the value at the specified point.
        Specified by:
        interpolate in interface Interpolator<F extends Field<F>,​F extends Field<F>>
        Parameters:
        point - the point for which the value is estimated.
        pointValues - the point-value entries.
        Returns:
        the estimated value at the specified point.