class org.apache.commons.math3.fitting.GaussianFitter$1 extends org.apache.commons.math3.analysis.function.Gaussian$Parametric
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.fitting.GaussianFitter$1
super_class: org.apache.commons.math3.analysis.function.Gaussian$Parametric
{
final org.apache.commons.math3.fitting.GaussianFitter this$0;
descriptor: Lorg/apache/commons/math3/fitting/GaussianFitter;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.fitting.GaussianFitter);
descriptor: (Lorg/apache/commons/math3/fitting/GaussianFitter;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.math3.fitting.GaussianFitter$1.this$0:Lorg/apache/commons/math3/fitting/GaussianFitter;
aload 0
invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/fitting/GaussianFitter$1;
MethodParameters:
Name Flags
this$0 final
public double value(double, double[]);
descriptor: (D[D)D
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=4, locals=6, args_size=3
start local 0 start local 1 start local 3 0: ldc Infinity
dstore 4
start local 4 1: aload 0
dload 1
aload 3
invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.value:(D[D)D
dstore 4
2: goto 4
StackMap locals: org.apache.commons.math3.fitting.GaussianFitter$1 double double[] double
StackMap stack: org.apache.commons.math3.exception.NotStrictlyPositiveException
3: pop
4: StackMap locals:
StackMap stack:
dload 4
dreturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/math3/fitting/GaussianFitter$1;
0 5 1 x D
0 5 3 p [D
1 5 4 v D
Exception table:
from to target type
1 2 3 Class org.apache.commons.math3.exception.NotStrictlyPositiveException
MethodParameters:
Name Flags
x
p
public double[] gradient(double, double[]);
descriptor: (D[D)[D
flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=5, locals=5, args_size=3
start local 0 start local 1 start local 3 0: iconst_3
newarray 7
dup
iconst_0
ldc Infinity
dastore
dup
iconst_1
1: ldc Infinity
dastore
dup
iconst_2
2: ldc Infinity
dastore
3: astore 4
start local 4 4: aload 0
dload 1
aload 3
invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.gradient:(D[D)[D
astore 4
5: goto 7
StackMap locals: org.apache.commons.math3.fitting.GaussianFitter$1 double double[] double[]
StackMap stack: org.apache.commons.math3.exception.NotStrictlyPositiveException
6: pop
7: StackMap locals:
StackMap stack:
aload 4
areturn
end local 4 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/commons/math3/fitting/GaussianFitter$1;
0 8 1 x D
0 8 3 p [D
4 8 4 v [D
Exception table:
from to target type
4 5 6 Class org.apache.commons.math3.exception.NotStrictlyPositiveException
MethodParameters:
Name Flags
x
p
}
SourceFile: "GaussianFitter.java"
EnclosingMethod: org.apache.commons.math3.fitting.GaussianFitter.fit:([D)[D
NestHost: org.apache.commons.math3.fitting.GaussianFitter
InnerClasses:
public Parametric = org.apache.commons.math3.analysis.function.Gaussian$Parametric of org.apache.commons.math3.analysis.function.Gaussian
org.apache.commons.math3.fitting.GaussianFitter$1