class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation extends org.apache.commons.math3.fitting.leastsquares.AbstractEvaluation
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation
  super_class: org.apache.commons.math3.fitting.leastsquares.AbstractEvaluation
{
  private final org.apache.commons.math3.linear.RealVector point;
    descriptor: Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.linear.RealMatrix jacobian;
    descriptor: Lorg/apache/commons/math3/linear/RealMatrix;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.linear.RealVector residuals;
    descriptor: Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealMatrix, org.apache.commons.math3.linear.RealVector, org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealMatrix;Lorg/apache/commons/math3/linear/RealVector;Lorg/apache/commons/math3/linear/RealVector;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
        start local 1 // org.apache.commons.math3.linear.RealVector values
        start local 2 // org.apache.commons.math3.linear.RealMatrix jacobian
        start local 3 // org.apache.commons.math3.linear.RealVector target
        start local 4 // org.apache.commons.math3.linear.RealVector point
         0: .line 465
            aload 0 /* this */
            aload 3 /* target */
            invokevirtual org.apache.commons.math3.linear.RealVector.getDimension:()I
            invokespecial org.apache.commons.math3.fitting.leastsquares.AbstractEvaluation.<init>:(I)V
         1: .line 466
            aload 0 /* this */
            aload 2 /* jacobian */
            putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.jacobian:Lorg/apache/commons/math3/linear/RealMatrix;
         2: .line 467
            aload 0 /* this */
            aload 4 /* point */
            putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.point:Lorg/apache/commons/math3/linear/RealVector;
         3: .line 468
            aload 0 /* this */
            aload 3 /* target */
            aload 1 /* values */
            invokevirtual org.apache.commons.math3.linear.RealVector.subtract:(Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/linear/RealVector;
            putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.residuals:Lorg/apache/commons/math3/linear/RealVector;
         4: .line 469
            return
        end local 4 // org.apache.commons.math3.linear.RealVector point
        end local 3 // org.apache.commons.math3.linear.RealVector target
        end local 2 // org.apache.commons.math3.linear.RealMatrix jacobian
        end local 1 // org.apache.commons.math3.linear.RealVector values
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation;
            0    5     1    values  Lorg/apache/commons/math3/linear/RealVector;
            0    5     2  jacobian  Lorg/apache/commons/math3/linear/RealMatrix;
            0    5     3    target  Lorg/apache/commons/math3/linear/RealVector;
            0    5     4     point  Lorg/apache/commons/math3/linear/RealVector;
    MethodParameters:
          Name  Flags
      values    final
      jacobian  final
      target    final
      point     final

  public org.apache.commons.math3.linear.RealMatrix getJacobian();
    descriptor: ()Lorg/apache/commons/math3/linear/RealMatrix;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
         0: .line 473
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.jacobian:Lorg/apache/commons/math3/linear/RealMatrix;
            areturn
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation;

  public org.apache.commons.math3.linear.RealVector getPoint();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
         0: .line 478
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.point:Lorg/apache/commons/math3/linear/RealVector;
            areturn
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation;

  public org.apache.commons.math3.linear.RealVector getResiduals();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
         0: .line 483
            aload 0 /* this */
            getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation.residuals:Lorg/apache/commons/math3/linear/RealVector;
            areturn
        end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation;
}
SourceFile: "LeastSquaresFactory.java"
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
InnerClasses:
  private LocalLeastSquaresProblem = org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem of org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
  private UnweightedEvaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem$UnweightedEvaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$LocalLeastSquaresProblem