Class FieldShortPeriodicsInterpolatedCoefficient<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldShortPeriodicsInterpolatedCoefficient

        public FieldShortPeriodicsInterpolatedCoefficient​(int interpolationPoints)
        Simple constructor.
        Parameters:
        interpolationPoints - number of points used in the interpolation
    • Method Detail

      • value

        public T[] value​(FieldAbsoluteDate<T> date)
        Compute the value of the coefficient.
        Parameters:
        date - date at which the coefficient should be computed
        Returns:
        value of the coefficient
      • clearHistory

        public void clearHistory()
        Clear the recorded values from the interpolation grid.
      • addGridPoint

        public void addGridPoint​(FieldAbsoluteDate<T> date,
                                 T[] value)
        Add a point to the interpolation grid.
        Parameters:
        date - abscissa of the point
        value - value of the element