class org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.analysis.ParametricUnivariateFunction f;
    descriptor: Lorg/apache/commons/math3/analysis/ParametricUnivariateFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final org.apache.commons.math3.fitting.CurveFitter this$0;
    descriptor: Lorg/apache/commons/math3/fitting/CurveFitter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.fitting.CurveFitter, org.apache.commons.math3.analysis.ParametricUnivariateFunction);
    descriptor: (Lorg/apache/commons/math3/fitting/CurveFitter;Lorg/apache/commons/math3/analysis/ParametricUnivariateFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
        start local 2 // org.apache.commons.math3.analysis.ParametricUnivariateFunction f
         0: .line 193
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.this$0:Lorg/apache/commons/math3/fitting/CurveFitter;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 194
            aload 0 /* this */
            aload 2 /* f */
            putfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.f:Lorg/apache/commons/math3/analysis/ParametricUnivariateFunction;
         2: .line 195
            return
        end local 2 // org.apache.commons.math3.analysis.ParametricUnivariateFunction f
        end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;
            0    3     2     f  Lorg/apache/commons/math3/analysis/ParametricUnivariateFunction;
    MethodParameters:
        Name  Flags
      this$0  final
      f       final

  public org.apache.commons.math3.optim.nonlinear.vector.ModelFunction getModelFunction();
    descriptor: ()Lorg/apache/commons/math3/optim/nonlinear/vector/ModelFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
         0: .line 201
            new org.apache.commons.math3.optim.nonlinear.vector.ModelFunction
            dup
            new org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$1.<init>:(Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)V
            invokespecial org.apache.commons.math3.optim.nonlinear.vector.ModelFunction.<init>:(Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;)V
            areturn
        end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;

  public org.apache.commons.math3.optim.nonlinear.vector.ModelFunctionJacobian getModelFunctionJacobian();
    descriptor: ()Lorg/apache/commons/math3/optim/nonlinear/vector/ModelFunctionJacobian;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
         0: .line 220
            new org.apache.commons.math3.optim.nonlinear.vector.ModelFunctionJacobian
            dup
            new org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2
            dup
            aload 0 /* this */
            invokespecial org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2.<init>:(Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)V
            invokespecial org.apache.commons.math3.optim.nonlinear.vector.ModelFunctionJacobian.<init>:(Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;)V
            areturn
        end local 0 // org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;

  static org.apache.commons.math3.fitting.CurveFitter access$0(org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction);
    descriptor: (Lorg/apache/commons/math3/fitting/CurveFitter$TheoreticalValuesFunction;)Lorg/apache/commons/math3/fitting/CurveFitter;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 186
            aload 0
            getfield org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction.this$0:Lorg/apache/commons/math3/fitting/CurveFitter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CurveFitter.java"
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
  org.apache.commons.math3.fitting.CurveFitter$TheoreticalValuesFunction$2