class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2 extends org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2
  super_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter
{
  private final org.apache.commons.math3.util.Incrementor val$counter;
    descriptor: Lorg/apache/commons/math3/util/Incrementor;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem, org.apache.commons.math3.util.Incrementor);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/util/Incrementor;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2 this
        start local 1 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem $anonymous0
         0: .line 228
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2.val$counter:Lorg/apache/commons/math3/util/Incrementor;
            aload 0 /* this */
            aload 1 /* $anonymous0 */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;)V
            return
        end local 1 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem $anonymous0
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$2;
            0    1     1  $anonymous0  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    MethodParameters:
             Name  Flags
      $anonymous0  
      val$counter  final

  public org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation evaluate(org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2 this
        start local 1 // org.apache.commons.math3.linear.RealVector point
         0: .line 233
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2.val$counter:Lorg/apache/commons/math3/util/Incrementor;
            invokevirtual org.apache.commons.math3.util.Incrementor.incrementCount:()V
         1: .line 234
            aload 0 /* this */
            aload 1 /* point */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter.evaluate:(Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
            areturn
        end local 1 // org.apache.commons.math3.linear.RealVector point
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$2;
            0    2     1  point  Lorg/apache/commons/math3/linear/RealVector;
    MethodParameters:
       Name  Flags
      point  final
}
SourceFile: "LeastSquaresFactory.java"
EnclosingMethod: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.countEvaluations:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/util/Incrementor;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
InnerClasses:
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2
  public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem