class org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1 implements org.apache.commons.math3.analysis.MultivariateVectorFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1
  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$1 this
         0: .line 201
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1.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$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction$1;
    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$1 this
        start local 1 // double[] point
         0: .line 205
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1.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
            newarray 7
            astore 2 /* values */
        start local 2 // double[] values
         1: .line 206
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: .line 207
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1.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$1 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 208
            aload 2 /* values */
            iload 3 /* i */
            iinc 3 /* i */ 1
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1.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.value:(D[D)D
            dastore
        end local 4 // org.apache.commons.math3.fitting.WeightedObservedPoint observed
         5: .line 207
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         6: .line 211
            aload 2 /* values */
            areturn
        end local 3 // int i
        end local 2 // double[] values
        end local 1 // double[] point
        end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction$1;
            0    7     1     point  [D
            1    7     2    values  [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.getModelFunction:()Lorg/apache/commons/math3/optim/nonlinear/vector/ModelFunction;
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$1