class org.apache.commons.math3.linear.SingularValueDecomposition$1 extends org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.linear.SingularValueDecomposition$1
  super_class: org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor
{
  final org.apache.commons.math3.linear.SingularValueDecomposition this$0;
    descriptor: Lorg/apache/commons/math3/linear/SingularValueDecomposition;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final double[][] val$data;
    descriptor: [[D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.linear.SingularValueDecomposition, double[][]);
    descriptor: (Lorg/apache/commons/math3/linear/SingularValueDecomposition;[[D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.linear.SingularValueDecomposition$1 this
         0: .line 587
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.linear.SingularValueDecomposition$1.this$0:Lorg/apache/commons/math3/linear/SingularValueDecomposition;
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.math3.linear.SingularValueDecomposition$1.val$data:[[D
            aload 0 /* this */
            invokespecial org.apache.commons.math3.linear.DefaultRealMatrixPreservingVisitor.<init>:()V
            return
        end local 0 // org.apache.commons.math3.linear.SingularValueDecomposition$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/SingularValueDecomposition$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$data  final

  public void visit(int, int, double);
    descriptor: (IID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.linear.SingularValueDecomposition$1 this
        start local 1 // int row
        start local 2 // int column
        start local 3 // double value
         0: .line 592
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.SingularValueDecomposition$1.val$data:[[D
            iload 1 /* row */
            aaload
            iload 2 /* column */
            dload 3 /* value */
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.SingularValueDecomposition$1.this$0:Lorg/apache/commons/math3/linear/SingularValueDecomposition;
            getfield org.apache.commons.math3.linear.SingularValueDecomposition.singularValues:[D
            iload 1 /* row */
            daload
            ddiv
            dastore
         1: .line 593
            return
        end local 3 // double value
        end local 2 // int column
        end local 1 // int row
        end local 0 // org.apache.commons.math3.linear.SingularValueDecomposition$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/math3/linear/SingularValueDecomposition$1;
            0    2     1     row  I
            0    2     2  column  I
            0    2     3   value  D
    MethodParameters:
        Name  Flags
      row     final
      column  final
      value   final
}
SourceFile: "SingularValueDecomposition.java"
EnclosingMethod: org.apache.commons.math3.linear.SingularValueDecomposition.getCovariance:(D)Lorg/apache/commons/math3/linear/RealMatrix;
NestHost: org.apache.commons.math3.linear.SingularValueDecomposition
InnerClasses:
  org.apache.commons.math3.linear.SingularValueDecomposition$1