public class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory this
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory;

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem create(org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealMatrix, org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>, int, int, boolean, org.apache.commons.math3.fitting.leastsquares.ParameterValidator);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker;IIZLorg/apache/commons/math3/fitting/leastsquares/ParameterValidator;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=10, locals=10, args_size=9
        start local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
        start local 1 // org.apache.commons.math3.linear.RealVector observed
        start local 2 // org.apache.commons.math3.linear.RealVector start
        start local 3 // org.apache.commons.math3.linear.RealMatrix weight
        start local 4 // org.apache.commons.math3.optim.ConvergenceChecker checker
        start local 5 // int maxEvaluations
        start local 6 // int maxIterations
        start local 7 // boolean lazyEvaluation
        start local 8 // org.apache.commons.math3.fitting.leastsquares.ParameterValidator paramValidator
         0: .line 74
            new org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem
            dup
            aload 0 /* model */
         1: .line 75
            aload 1 /* observed */
         2: .line 76
            aload 2 /* start */
         3: .line 77
            aload 4 /* checker */
         4: .line 78
            iload 5 /* maxEvaluations */
         5: .line 79
            iload 6 /* maxIterations */
         6: .line 80
            iload 7 /* lazyEvaluation */
         7: .line 81
            aload 8 /* paramValidator */
         8: .line 74
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/optim/ConvergenceChecker;IIZLorg/apache/commons/math3/fitting/leastsquares/ParameterValidator;)V
            astore 9 /* p */
        start local 9 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem p
         9: .line 82
            aload 3 /* weight */
            ifnull 11
        10: .line 83
            aload 9 /* p */
            aload 3 /* weight */
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.weightMatrix:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            areturn
        11: .line 85
      StackMap locals: org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem
      StackMap stack:
            aload 9 /* p */
            areturn
        end local 9 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem p
        end local 8 // org.apache.commons.math3.fitting.leastsquares.ParameterValidator paramValidator
        end local 7 // boolean lazyEvaluation
        end local 6 // int maxIterations
        end local 5 // int maxEvaluations
        end local 4 // org.apache.commons.math3.optim.ConvergenceChecker checker
        end local 3 // org.apache.commons.math3.linear.RealMatrix weight
        end local 2 // org.apache.commons.math3.linear.RealVector start
        end local 1 // org.apache.commons.math3.linear.RealVector observed
        end local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0           model  Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;
            0   12     1        observed  Lorg/apache/commons/math3/linear/RealVector;
            0   12     2           start  Lorg/apache/commons/math3/linear/RealVector;
            0   12     3          weight  Lorg/apache/commons/math3/linear/RealMatrix;
            0   12     4         checker  Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
            0   12     5  maxEvaluations  I
            0   12     6   maxIterations  I
            0   12     7  lazyEvaluation  Z
            0   12     8  paramValidator  Lorg/apache/commons/math3/fitting/leastsquares/ParameterValidator;
            9   12     9               p  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    Signature: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;IIZLorg/apache/commons/math3/fitting/leastsquares/ParameterValidator;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    MethodParameters:
                Name  Flags
      model           final
      observed        final
      start           final
      weight          final
      checker         final
      maxEvaluations  final
      maxIterations   final
      lazyEvaluation  final
      paramValidator  final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem create(org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>, int, int);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/optim/ConvergenceChecker;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=9, locals=6, args_size=6
        start local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
        start local 1 // org.apache.commons.math3.linear.RealVector observed
        start local 2 // org.apache.commons.math3.linear.RealVector start
        start local 3 // org.apache.commons.math3.optim.ConvergenceChecker checker
        start local 4 // int maxEvaluations
        start local 5 // int maxIterations
         0: .line 107
            aload 0 /* model */
         1: .line 108
            aload 1 /* observed */
         2: .line 109
            aload 2 /* start */
         3: .line 110
            aconst_null
         4: .line 111
            aload 3 /* checker */
         5: .line 112
            iload 4 /* maxEvaluations */
         6: .line 113
            iload 5 /* maxIterations */
         7: .line 114
            iconst_0
         8: .line 115
            aconst_null
         9: .line 107
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.create:(Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker;IIZLorg/apache/commons/math3/fitting/leastsquares/ParameterValidator;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            areturn
        end local 5 // int maxIterations
        end local 4 // int maxEvaluations
        end local 3 // org.apache.commons.math3.optim.ConvergenceChecker checker
        end local 2 // org.apache.commons.math3.linear.RealVector start
        end local 1 // org.apache.commons.math3.linear.RealVector observed
        end local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0           model  Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;
            0   10     1        observed  Lorg/apache/commons/math3/linear/RealVector;
            0   10     2           start  Lorg/apache/commons/math3/linear/RealVector;
            0   10     3         checker  Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
            0   10     4  maxEvaluations  I
            0   10     5   maxIterations  I
    Signature: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    MethodParameters:
                Name  Flags
      model           final
      observed        final
      start           final
      checker         final
      maxEvaluations  final
      maxIterations   final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem create(org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealMatrix, org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>, int, int);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
        start local 1 // org.apache.commons.math3.linear.RealVector observed
        start local 2 // org.apache.commons.math3.linear.RealVector start
        start local 3 // org.apache.commons.math3.linear.RealMatrix weight
        start local 4 // org.apache.commons.math3.optim.ConvergenceChecker checker
        start local 5 // int maxEvaluations
        start local 6 // int maxIterations
         0: .line 138
            aload 0 /* model */
         1: .line 139
            aload 1 /* observed */
         2: .line 140
            aload 2 /* start */
         3: .line 141
            aload 4 /* checker */
         4: .line 142
            iload 5 /* maxEvaluations */
         5: .line 143
            iload 6 /* maxIterations */
         6: .line 138
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.create:(Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/optim/ConvergenceChecker;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
         7: .line 144
            aload 3 /* weight */
         8: .line 138
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.weightMatrix:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            areturn
        end local 6 // int maxIterations
        end local 5 // int maxEvaluations
        end local 4 // org.apache.commons.math3.optim.ConvergenceChecker checker
        end local 3 // org.apache.commons.math3.linear.RealMatrix weight
        end local 2 // org.apache.commons.math3.linear.RealVector start
        end local 1 // org.apache.commons.math3.linear.RealVector observed
        end local 0 // org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    9     0           model  Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;
            0    9     1        observed  Lorg/apache/commons/math3/linear/RealVector;
            0    9     2           start  Lorg/apache/commons/math3/linear/RealVector;
            0    9     3          weight  Lorg/apache/commons/math3/linear/RealMatrix;
            0    9     4         checker  Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
            0    9     5  maxEvaluations  I
            0    9     6   maxIterations  I
    Signature: (Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    MethodParameters:
                Name  Flags
      model           final
      observed        final
      start           final
      weight          final
      checker         final
      maxEvaluations  final
      maxIterations   final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem create(org.apache.commons.math3.analysis.MultivariateVectorFunction, org.apache.commons.math3.analysis.MultivariateMatrixFunction, double[], double[], org.apache.commons.math3.linear.RealMatrix, org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>, int, int);
    descriptor: (Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;[D[DLorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=7, locals=8, args_size=8
        start local 0 // org.apache.commons.math3.analysis.MultivariateVectorFunction model
        start local 1 // org.apache.commons.math3.analysis.MultivariateMatrixFunction jacobian
        start local 2 // double[] observed
        start local 3 // double[] start
        start local 4 // org.apache.commons.math3.linear.RealMatrix weight
        start local 5 // org.apache.commons.math3.optim.ConvergenceChecker checker
        start local 6 // int maxEvaluations
        start local 7 // int maxIterations
         0: .line 174
            aload 0 /* model */
            aload 1 /* jacobian */
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.model:(Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;)Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;
         1: .line 175
            new org.apache.commons.math3.linear.ArrayRealVector
            dup
            aload 2 /* observed */
            iconst_0
            invokespecial org.apache.commons.math3.linear.ArrayRealVector.<init>:([DZ)V
         2: .line 176
            new org.apache.commons.math3.linear.ArrayRealVector
            dup
            aload 3 /* start */
            iconst_0
            invokespecial org.apache.commons.math3.linear.ArrayRealVector.<init>:([DZ)V
         3: .line 177
            aload 4 /* weight */
         4: .line 178
            aload 5 /* checker */
         5: .line 179
            iload 6 /* maxEvaluations */
         6: .line 180
            iload 7 /* maxIterations */
         7: .line 174
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.create:(Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            areturn
        end local 7 // int maxIterations
        end local 6 // int maxEvaluations
        end local 5 // org.apache.commons.math3.optim.ConvergenceChecker checker
        end local 4 // org.apache.commons.math3.linear.RealMatrix weight
        end local 3 // double[] start
        end local 2 // double[] observed
        end local 1 // org.apache.commons.math3.analysis.MultivariateMatrixFunction jacobian
        end local 0 // org.apache.commons.math3.analysis.MultivariateVectorFunction model
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0           model  Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;
            0    8     1        jacobian  Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;
            0    8     2        observed  [D
            0    8     3           start  [D
            0    8     4          weight  Lorg/apache/commons/math3/linear/RealMatrix;
            0    8     5         checker  Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
            0    8     6  maxEvaluations  I
            0    8     7   maxIterations  I
    Signature: (Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;[D[DLorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;II)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    MethodParameters:
                Name  Flags
      model           final
      jacobian        final
      observed        final
      start           final
      weight          final
      checker         final
      maxEvaluations  final
      maxIterations   final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem weightMatrix(org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem, org.apache.commons.math3.linear.RealMatrix);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
        start local 1 // org.apache.commons.math3.linear.RealMatrix weights
         0: .line 193
            aload 1 /* weights */
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.squareRoot:(Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/linear/RealMatrix;
            astore 2 /* weightSquareRoot */
        start local 2 // org.apache.commons.math3.linear.RealMatrix weightSquareRoot
         1: .line 194
            new org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1
            dup
            aload 0 /* problem */
            aload 2 /* weightSquareRoot */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)V
            areturn
        end local 2 // org.apache.commons.math3.linear.RealMatrix weightSquareRoot
        end local 1 // org.apache.commons.math3.linear.RealMatrix weights
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0           problem  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            0    2     1           weights  Lorg/apache/commons/math3/linear/RealMatrix;
            1    2     2  weightSquareRoot  Lorg/apache/commons/math3/linear/RealMatrix;
    MethodParameters:
         Name  Flags
      problem  final
      weights  final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem weightDiagonal(org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem, org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
        start local 1 // org.apache.commons.math3.linear.RealVector weights
         0: .line 214
            aload 0 /* problem */
            new org.apache.commons.math3.linear.DiagonalMatrix
            dup
            aload 1 /* weights */
            invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
            invokespecial org.apache.commons.math3.linear.DiagonalMatrix.<init>:([D)V
            invokestatic org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.weightMatrix:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            areturn
        end local 1 // org.apache.commons.math3.linear.RealVector weights
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  problem  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            0    1     1  weights  Lorg/apache/commons/math3/linear/RealVector;
    MethodParameters:
         Name  Flags
      problem  final
      weights  final

  public static org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem countEvaluations(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;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
        start local 1 // org.apache.commons.math3.util.Incrementor counter
         0: .line 228
            new org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2
            dup
            aload 0 /* problem */
            aload 1 /* counter */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/util/Incrementor;)V
            areturn
        end local 1 // org.apache.commons.math3.util.Incrementor counter
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem problem
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  problem  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
            0    1     1  counter  Lorg/apache/commons/math3/util/Incrementor;
    MethodParameters:
         Name  Flags
      problem  final
      counter  final

  public static org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation> evaluationChecker(org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.optim.PointVectorValuePair>);
    descriptor: (Lorg/apache/commons/math3/optim/ConvergenceChecker;)Lorg/apache/commons/math3/optim/ConvergenceChecker;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.optim.ConvergenceChecker checker
         0: .line 249
            new org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
            dup
            aload 0 /* checker */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.<init>:(Lorg/apache/commons/math3/optim/ConvergenceChecker;)V
            areturn
        end local 0 // org.apache.commons.math3.optim.ConvergenceChecker checker
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  checker  Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/optim/PointVectorValuePair;>;
    Signature: (Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/optim/PointVectorValuePair;>;)Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
    MethodParameters:
         Name  Flags
      checker  final

  private static org.apache.commons.math3.linear.RealMatrix squareRoot(org.apache.commons.math3.linear.RealMatrix);
    descriptor: (Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/linear/RealMatrix;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // org.apache.commons.math3.linear.RealMatrix m
         0: .line 276
            aload 0 /* m */
            instanceof org.apache.commons.math3.linear.DiagonalMatrix
            ifeq 9
         1: .line 277
            aload 0 /* m */
            invokeinterface org.apache.commons.math3.linear.RealMatrix.getRowDimension:()I
            istore 1 /* dim */
        start local 1 // int dim
         2: .line 278
            new org.apache.commons.math3.linear.DiagonalMatrix
            dup
            iload 1 /* dim */
            invokespecial org.apache.commons.math3.linear.DiagonalMatrix.<init>:(I)V
            astore 2 /* sqrtM */
        start local 2 // org.apache.commons.math3.linear.RealMatrix sqrtM
         3: .line 279
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 7
         5: .line 280
      StackMap locals: int org.apache.commons.math3.linear.RealMatrix int
      StackMap stack:
            aload 2 /* sqrtM */
            iload 3 /* i */
            iload 3 /* i */
            aload 0 /* m */
            iload 3 /* i */
            iload 3 /* i */
            invokeinterface org.apache.commons.math3.linear.RealMatrix.getEntry:(II)D
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            invokeinterface org.apache.commons.math3.linear.RealMatrix.setEntry:(IID)V
         6: .line 279
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 1 /* dim */
            if_icmplt 5
        end local 3 // int i
         8: .line 282
            aload 2 /* sqrtM */
            areturn
        end local 2 // org.apache.commons.math3.linear.RealMatrix sqrtM
        end local 1 // int dim
         9: .line 284
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.linear.EigenDecomposition
            dup
            aload 0 /* m */
            invokespecial org.apache.commons.math3.linear.EigenDecomposition.<init>:(Lorg/apache/commons/math3/linear/RealMatrix;)V
            astore 1 /* dec */
        start local 1 // org.apache.commons.math3.linear.EigenDecomposition dec
        10: .line 285
            aload 1 /* dec */
            invokevirtual org.apache.commons.math3.linear.EigenDecomposition.getSquareRoot:()Lorg/apache/commons/math3/linear/RealMatrix;
            areturn
        end local 1 // org.apache.commons.math3.linear.EigenDecomposition dec
        end local 0 // org.apache.commons.math3.linear.RealMatrix m
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0      m  Lorg/apache/commons/math3/linear/RealMatrix;
            2    9     1    dim  I
            3    9     2  sqrtM  Lorg/apache/commons/math3/linear/RealMatrix;
            4    8     3      i  I
           10   11     1    dec  Lorg/apache/commons/math3/linear/EigenDecomposition;
    MethodParameters:
      Name  Flags
      m     final

  public static org.apache.commons.math3.fitting.leastsquares.MultivariateJacobianFunction model(org.apache.commons.math3.analysis.MultivariateVectorFunction, org.apache.commons.math3.analysis.MultivariateMatrixFunction);
    descriptor: (Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;)Lorg/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.analysis.MultivariateVectorFunction value
        start local 1 // org.apache.commons.math3.analysis.MultivariateMatrixFunction jacobian
         0: .line 299
            new org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalValueAndJacobianFunction
            dup
            aload 0 /* value */
            aload 1 /* jacobian */
            invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalValueAndJacobianFunction.<init>:(Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;)V
            areturn
        end local 1 // org.apache.commons.math3.analysis.MultivariateMatrixFunction jacobian
        end local 0 // org.apache.commons.math3.analysis.MultivariateVectorFunction value
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     value  Lorg/apache/commons/math3/analysis/MultivariateVectorFunction;
            0    1     1  jacobian  Lorg/apache/commons/math3/analysis/MultivariateMatrixFunction;
    MethodParameters:
          Name  Flags
      value     final
      jacobian  final
}
SourceFile: "LeastSquaresFactory.java"
NestMembers:
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$LazyUnweightedEvaluation  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalValueAndJacobianFunction
InnerClasses:
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$2
  org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
  private LocalLeastSquaresProblem = org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem of org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
  private LocalValueAndJacobianFunction = org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalValueAndJacobianFunction of org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
  public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem