class org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2 implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableVectorFunction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2
super_class: java.lang.Object
{
final org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator this$0;
descriptor: Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final org.apache.commons.math3.analysis.UnivariateVectorFunction val$function;
descriptor: Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator, org.apache.commons.math3.analysis.UnivariateVectorFunction);
descriptor: (Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
aload 0
aload 2
putfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.val$function:Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;
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/differentiation/FiniteDifferencesDifferentiator$2;
MethodParameters:
Name Flags
this$0 final
val$function final
public double[] value(double);
descriptor: (D)[D
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.val$function:Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;
dload 1
invokeinterface org.apache.commons.math3.analysis.UnivariateVectorFunction.value:(D)[D
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$2;
0 1 1 x D
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalArgumentException
MethodParameters:
Name Flags
x final
public org.apache.commons.math3.analysis.differentiation.DerivativeStructure[] value(org.apache.commons.math3.analysis.differentiation.DerivativeStructure);
descriptor: (Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)[Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=8, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
if_icmplt 2
1: new org.apache.commons.math3.exception.NumberIsTooLargeException
dup
aload 1
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
iconst_0
invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
athrow
2: StackMap locals:
StackMap stack:
aload 1
invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getValue:()D
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.tMax:D
invokestatic org.apache.commons.math3.util.FastMath.min:(DD)D
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.tMin:D
invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.halfSampleSpan:D
dsub
dstore 2
start local 2 3: aconst_null
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 15
6: StackMap locals: double double[][] int
StackMap stack:
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.val$function:Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;
dload 2
iload 5
i2d
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.stepSize:D
dmul
dadd
invokeinterface org.apache.commons.math3.analysis.UnivariateVectorFunction.value:(D)[D
astore 6
start local 6 7: iload 5
ifne 9
8: aload 6
arraylength
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
multianewarray [[D 2
astore 4
9: StackMap locals: double[]
StackMap stack:
iconst_0
istore 7
start local 7 10: goto 13
11: StackMap locals: int
StackMap stack:
aload 4
iload 7
aaload
iload 5
aload 6
iload 7
daload
dastore
12: iinc 7 1
StackMap locals:
StackMap stack:
13: iload 7
aload 6
arraylength
if_icmplt 11
end local 7 end local 6 14: iinc 5 1
StackMap locals:
StackMap stack:
15: iload 5
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
if_icmplt 6
end local 5 16: aload 4
arraylength
anewarray org.apache.commons.math3.analysis.differentiation.DerivativeStructure
astore 5
start local 5 17: iconst_0
istore 6
start local 6 18: goto 21
19: StackMap locals: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2 org.apache.commons.math3.analysis.differentiation.DerivativeStructure double double[][] org.apache.commons.math3.analysis.differentiation.DerivativeStructure[] int
StackMap stack:
aload 5
iload 6
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
aload 1
dload 2
aload 4
iload 6
aaload
invokevirtual org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.evaluate:(Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;D[D)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
aastore
20: iinc 6 1
StackMap locals:
StackMap stack:
21: iload 6
aload 5
arraylength
if_icmplt 19
end local 6 22: aload 5
areturn
end local 5 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$2;
0 23 1 t Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
3 23 2 t0 D
4 23 4 y [[D
5 16 5 i I
7 14 6 v [D
10 14 7 j I
17 23 5 value [Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
18 22 6 j I
Exceptions:
throws org.apache.commons.math3.exception.MathIllegalArgumentException
MethodParameters:
Name Flags
t final
}
SourceFile: "FiniteDifferencesDifferentiator.java"
EnclosingMethod: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.differentiate:(Lorg/apache/commons/math3/analysis/UnivariateVectorFunction;)Lorg/apache/commons/math3/analysis/differentiation/UnivariateDifferentiableVectorFunction;
NestHost: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator
InnerClasses:
org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$2