class org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1
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.UnivariateFunction val$function;
descriptor: Lorg/apache/commons/math3/analysis/UnivariateFunction;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator, org.apache.commons.math3.analysis.UnivariateFunction);
descriptor: (Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;Lorg/apache/commons/math3/analysis/UnivariateFunction;)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$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
aload 0
aload 2
putfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
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$1;
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$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
dload 1
invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
dreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$1;
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=9, locals=6, 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$1.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$1.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$1.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$1.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$1.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: aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
newarray 7
astore 4
start local 4 4: iconst_0
istore 5
start local 5 5: goto 8
6: StackMap locals: double double[] int
StackMap stack:
aload 4
iload 5
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
dload 2
iload 5
i2d
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.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.UnivariateFunction.value:(D)D
dastore
7: iinc 5 1
StackMap locals:
StackMap stack:
8: iload 5
aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.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 9: aload 0
getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
aload 1
dload 2
aload 4
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;
areturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$1;
0 10 1 t Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
3 10 2 t0 D
4 10 4 y [D
5 9 5 i 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/UnivariateFunction;)Lorg/apache/commons/math3/analysis/differentiation/UnivariateDifferentiableFunction;
NestHost: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator
InnerClasses:
org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1