class org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 implements org.apache.commons.math3.analysis.MultivariateMatrixFunction
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2
super_class: java.lang.Object
{
final org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this$1;
descriptor: Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction);
descriptor: (Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 this
0: .line 220
aload 0 /* this */
aload 1
putfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2.this$1:Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction$2;
MethodParameters:
Name Flags
this$0 final
public double[][] value(double[]);
descriptor: ([D)[[D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=2
start local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 this
start local 1 // double[] point
0: .line 223
aload 0 /* this */
getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2.this$1:Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
invokestatic org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.access$0:(Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)Lorg/apache/commons/math3/fitting/CurveFitter;
getfield org.apache.commons.math3.fitting.CurveFitter.observations:Ljava/util/List;
invokeinterface java.util.List.size:()I
anewarray double[]
astore 2 /* jacobian */
start local 2 // double[][] jacobian
1: .line 224
iconst_0
istore 3 /* i */
start local 3 // int i
2: .line 225
aload 0 /* this */
getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2.this$1:Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
invokestatic org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.access$0:(Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)Lorg/apache/commons/math3/fitting/CurveFitter;
getfield org.apache.commons.math3.fitting.CurveFitter.observations:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 5
StackMap locals: org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 double[] double[][] int top java.util.Iterator
StackMap stack:
3: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.apache.commons.math3.fitting.WeightedObservedPoint
astore 4 /* observed */
start local 4 // org.apache.commons.math3.fitting.WeightedObservedPoint observed
4: .line 226
aload 2 /* jacobian */
iload 3 /* i */
iinc 3 /* i */ 1
aload 0 /* this */
getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2.this$1:Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.f:Lorg/apache/commons/math3/analysis/ParametricUnivariateFunction;
aload 4 /* observed */
invokevirtual org.apache.commons.math3.fitting.WeightedObservedPoint.getX:()D
aload 1 /* point */
invokeinterface org.apache.commons.math3.analysis.ParametricUnivariateFunction.gradient:(D[D)[D
aastore
end local 4 // org.apache.commons.math3.fitting.WeightedObservedPoint observed
5: .line 225
StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: .line 228
aload 2 /* jacobian */
areturn
end local 3 // int i
end local 2 // double[][] jacobian
end local 1 // double[] point
end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction$2;
0 7 1 point [D
1 7 2 jacobian [[D
2 7 3 i I
4 5 4 observed Lorg/apache/commons/math3/fitting/WeightedObservedPoint;
MethodParameters:
Name Flags
point
}
SourceFile: "CurveFitter.java"
EnclosingMethod: org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.getModelFunctionJacobian:()Lorg/apache/commons/math3/optim/nonlinear/vector/ModelFunctionJacobian;
NestHost: org.apache.commons.math3.fitting.CurveFitter
InnerClasses:
private TheoreticalValuesFunction = org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction of org.apache.commons.math3.fitting.CurveFitter
org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2