public class org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator implements org.apache.commons.math3.analysis.interpolation.UnivariateInterpolator, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 107049519551235069

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/interpolation/DividedDifferenceInterpolator;

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunctionNewtonForm interpolate(double[], double[]);
    descriptor: ([D[D)Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunctionNewtonForm;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator this
        start local 1 // double[] x
        start local 2 // double[] y
         0: .line 63
            aload 1 /* x */
            aload 2 /* y */
            iconst_1
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunctionLagrangeForm.verifyInterpolationArray:([D[DZ)Z
            pop
         1: .line 73
            aload 1 /* x */
            arraylength
            iconst_1
            isub
            newarray 7
            astore 3 /* c */
        start local 3 // double[] c
         2: .line 74
            aload 1 /* x */
            iconst_0
            aload 3 /* c */
            iconst_0
            aload 3 /* c */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         3: .line 76
            aload 1 /* x */
            aload 2 /* y */
            invokestatic org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator.computeDividedDifference:([D[D)[D
            astore 4 /* a */
        start local 4 // double[] a
         4: .line 77
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunctionNewtonForm
            dup
            aload 4 /* a */
            aload 3 /* c */
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunctionNewtonForm.<init>:([D[D)V
            areturn
        end local 4 // double[] a
        end local 3 // double[] c
        end local 2 // double[] y
        end local 1 // double[] x
        end local 0 // org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/analysis/interpolation/DividedDifferenceInterpolator;
            0    5     1     x  [D
            0    5     2     y  [D
            2    5     3     c  [D
            4    5     4     a  [D
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException, org.apache.commons.math3.exception.NumberIsTooSmallException, org.apache.commons.math3.exception.NonMonotonicSequenceException
    MethodParameters:
      Name  Flags
      x     
      y     

  protected static double[] computeDividedDifference(double[], double[]);
    descriptor: ([D[D)[D
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=9, args_size=2
        start local 0 // double[] x
        start local 1 // double[] y
         0: .line 103
            aload 0 /* x */
            aload 1 /* y */
            iconst_1
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunctionLagrangeForm.verifyInterpolationArray:([D[DZ)Z
            pop
         1: .line 105
            aload 1 /* y */
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            astore 2 /* divdiff */
        start local 2 // double[] divdiff
         2: .line 107
            aload 0 /* x */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         3: .line 108
            iload 3 /* n */
            newarray 7
            astore 4 /* a */
        start local 4 // double[] a
         4: .line 109
            aload 4 /* a */
            iconst_0
            aload 2 /* divdiff */
            iconst_0
            daload
            dastore
         5: .line 110
            iconst_1
            istore 5 /* i */
        start local 5 // int i
         6: goto 15
         7: .line 111
      StackMap locals: double[] double[] double[] int double[] int
      StackMap stack:
            iconst_0
            istore 6 /* j */
        start local 6 // int j
         8: goto 12
         9: .line 112
      StackMap locals: int
      StackMap stack:
            aload 0 /* x */
            iload 6 /* j */
            iload 5 /* i */
            iadd
            daload
            aload 0 /* x */
            iload 6 /* j */
            daload
            dsub
            dstore 7 /* denominator */
        start local 7 // double denominator
        10: .line 113
            aload 2 /* divdiff */
            iload 6 /* j */
            aload 2 /* divdiff */
            iload 6 /* j */
            iconst_1
            iadd
            daload
            aload 2 /* divdiff */
            iload 6 /* j */
            daload
            dsub
            dload 7 /* denominator */
            ddiv
            dastore
        end local 7 // double denominator
        11: .line 111
            iinc 6 /* j */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* j */
            iload 3 /* n */
            iload 5 /* i */
            isub
            if_icmplt 9
        end local 6 // int j
        13: .line 115
            aload 4 /* a */
            iload 5 /* i */
            aload 2 /* divdiff */
            iconst_0
            daload
            dastore
        14: .line 110
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 3 /* n */
            if_icmplt 7
        end local 5 // int i
        16: .line 118
            aload 4 /* a */
            areturn
        end local 4 // double[] a
        end local 3 // int n
        end local 2 // double[] divdiff
        end local 1 // double[] y
        end local 0 // double[] x
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   17     0            x  [D
            0   17     1            y  [D
            2   17     2      divdiff  [D
            3   17     3            n  I
            4   17     4            a  [D
            6   16     5            i  I
            8   13     6            j  I
           10   11     7  denominator  D
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException, org.apache.commons.math3.exception.NumberIsTooSmallException, org.apache.commons.math3.exception.NonMonotonicSequenceException
    MethodParameters:
      Name  Flags
      x     final
      y     final

  public org.apache.commons.math3.analysis.UnivariateFunction interpolate(double[], double[]);
    descriptor: ([D[D)Lorg/apache/commons/math3/analysis/UnivariateFunction;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator.interpolate:([D[D)Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunctionNewtonForm;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException, org.apache.commons.math3.exception.DimensionMismatchException
}
SourceFile: "DividedDifferenceInterpolator.java"