Documentation of 'flanagan.interpolation.CubicInterpolation' Java class
CubicInterpolation
flanagan.interpolation

Class CubicInterpolation



  • public class CubicInterpolation
    extends java.lang.Object
    • Constructor Detail

      • CubicInterpolation

        public CubicInterpolation(double[] x,
                                  double[] y,
                                  int numerDiffOption)
      • CubicInterpolation

        public CubicInterpolation(double[] x,
                                  double[] y,
                                  double[] dydx)
    • Method Detail

      • interpolate

        public double interpolate(double xx)
      • getInterpolatedValues

        public double[] getInterpolatedValues()
      • getGridDydx

        public double[] getGridDydx()
      • resetDelta

        public static void resetDelta(double delta)
      • noRoundingErrorCheck

        public static void noRoundingErrorCheck()
      • potentialRoundingError

        public static void potentialRoundingError(double potentialRoundingError)
      • getXmin

        public double getXmin()
      • getXmax

        public double getXmax()
      • getLimits

        public double[] getLimits()
      • displayLimits

        public void displayLimits()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.