class org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4 extends org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4
  super_class: org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4 this
         0: .line 133
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizer$Decomposition$4;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected org.apache.commons.math3.linear.RealVector solve(org.apache.commons.math3.linear.RealMatrix, org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4 this
        start local 1 // org.apache.commons.math3.linear.RealMatrix jacobian
        start local 2 // org.apache.commons.math3.linear.RealVector residuals
         0: .line 137
            new org.apache.commons.math3.linear.SingularValueDecomposition
            dup
            aload 1 /* jacobian */
            invokespecial org.apache.commons.math3.linear.SingularValueDecomposition.<init>:(Lorg/apache/commons/math3/linear/RealMatrix;)V
         1: .line 138
            invokevirtual org.apache.commons.math3.linear.SingularValueDecomposition.getSolver:()Lorg/apache/commons/math3/linear/DecompositionSolver;
         2: .line 139
            aload 2 /* residuals */
            invokeinterface org.apache.commons.math3.linear.DecompositionSolver.solve:(Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/linear/RealVector;
         3: .line 137
            areturn
        end local 2 // org.apache.commons.math3.linear.RealVector residuals
        end local 1 // org.apache.commons.math3.linear.RealMatrix jacobian
        end local 0 // org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizer$Decomposition$4;
            0    4     1   jacobian  Lorg/apache/commons/math3/linear/RealMatrix;
            0    4     2  residuals  Lorg/apache/commons/math3/linear/RealVector;
    MethodParameters:
           Name  Flags
      jacobian   final
      residuals  final
}
SourceFile: "GaussNewtonOptimizer.java"
EnclosingMethod: org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition
NestHost: org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer
InnerClasses:
  public abstract Decomposition = org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition of org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer
  org.apache.commons.math3.fitting.leastsquares.GaussNewtonOptimizer$Decomposition$4