class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 implements org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
  super_class: java.lang.Object
{
  private final org.apache.commons.math3.optim.ConvergenceChecker val$checker;
    descriptor: Lorg/apache/commons/math3/optim/ConvergenceChecker;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.optim.ConvergenceChecker);
    descriptor: (Lorg/apache/commons/math3/optim/ConvergenceChecker;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 this
         0: .line 249
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.val$checker:Lorg/apache/commons/math3/optim/ConvergenceChecker;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$3;
    MethodParameters:
             Name  Flags
      val$checker  final

  public boolean converged(int, org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation, org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation);
    descriptor: (ILorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 this
        start local 1 // int iteration
        start local 2 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation previous
        start local 3 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation current
         0: .line 254
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.val$checker:Lorg/apache/commons/math3/optim/ConvergenceChecker;
         1: .line 255
            iload 1 /* iteration */
         2: .line 256
            new org.apache.commons.math3.optim.PointVectorValuePair
            dup
         3: .line 257
            aload 2 /* previous */
            invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getPoint:()Lorg/apache/commons/math3/linear/RealVector;
            invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
         4: .line 258
            aload 2 /* previous */
            invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getResiduals:()Lorg/apache/commons/math3/linear/RealVector;
            invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
         5: .line 259
            iconst_0
         6: .line 256
            invokespecial org.apache.commons.math3.optim.PointVectorValuePair.<init>:([D[DZ)V
         7: .line 260
            new org.apache.commons.math3.optim.PointVectorValuePair
            dup
         8: .line 261
            aload 3 /* current */
            invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getPoint:()Lorg/apache/commons/math3/linear/RealVector;
            invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
         9: .line 262
            aload 3 /* current */
            invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getResiduals:()Lorg/apache/commons/math3/linear/RealVector;
            invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
        10: .line 263
            iconst_0
        11: .line 260
            invokespecial org.apache.commons.math3.optim.PointVectorValuePair.<init>:([D[DZ)V
        12: .line 254
            invokeinterface org.apache.commons.math3.optim.ConvergenceChecker.converged:(ILjava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 3 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation current
        end local 2 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation previous
        end local 1 // int iteration
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$3;
            0   13     1  iteration  I
            0   13     2   previous  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
            0   13     3    current  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
    MethodParameters:
           Name  Flags
      iteration  final
      previous   final
      current    final

  public boolean converged(int, java.lang.Object, java.lang.Object);
    descriptor: (ILjava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            iload 1
            aload 2
            checkcast org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
            aload 3
            checkcast org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
            invokevirtual org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.converged:(ILorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
SourceFile: "LeastSquaresFactory.java"
EnclosingMethod: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.evaluationChecker:(Lorg/apache/commons/math3/optim/ConvergenceChecker;)Lorg/apache/commons/math3/optim/ConvergenceChecker;
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
InnerClasses:
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
  public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem