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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 1
aload 2
iconst_1
invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunctionLagrangeForm.verifyInterpolationArray:([D[DZ)Z
pop
1: aload 1
arraylength
iconst_1
isub
newarray 7
astore 3
start local 3 2: aload 1
iconst_0
aload 3
iconst_0
aload 3
arraylength
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
3: aload 1
aload 2
invokestatic org.apache.commons.math3.analysis.interpolation.DividedDifferenceInterpolator.computeDividedDifference:([D[D)[D
astore 4
start local 4 4: new org.apache.commons.math3.analysis.polynomials.PolynomialFunctionNewtonForm
dup
aload 4
aload 3
invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunctionNewtonForm.<init>:([D[D)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 0
aload 1
iconst_1
invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunctionLagrangeForm.verifyInterpolationArray:([D[DZ)Z
pop
1: aload 1
invokevirtual double[].clone:()Ljava/lang/Object;
checkcast double[]
astore 2
start local 2 2: aload 0
arraylength
istore 3
start local 3 3: iload 3
newarray 7
astore 4
start local 4 4: aload 4
iconst_0
aload 2
iconst_0
daload
dastore
5: iconst_1
istore 5
start local 5 6: goto 15
7: StackMap locals: double[] double[] double[] int double[] int
StackMap stack:
iconst_0
istore 6
start local 6 8: goto 12
9: StackMap locals: int
StackMap stack:
aload 0
iload 6
iload 5
iadd
daload
aload 0
iload 6
daload
dsub
dstore 7
start local 7 10: aload 2
iload 6
aload 2
iload 6
iconst_1
iadd
daload
aload 2
iload 6
daload
dsub
dload 7
ddiv
dastore
end local 7 11: iinc 6 1
StackMap locals:
StackMap stack:
12: iload 6
iload 3
iload 5
isub
if_icmplt 9
end local 6 13: aload 4
iload 5
aload 2
iconst_0
daload
dastore
14: iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
iload 3
if_icmplt 7
end local 5 16: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 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: 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"