class org.apache.commons.math3.linear.AbstractRealMatrix$1 implements org.apache.commons.math3.linear.RealMatrixPreservingVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.linear.AbstractRealMatrix$1
  super_class: java.lang.Object
{
  private double endRow;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double columnSum;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private double maxColSum;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  final org.apache.commons.math3.linear.AbstractRealMatrix this$0;
    descriptor: Lorg/apache/commons/math3/linear/AbstractRealMatrix;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  public void start(int, int, int, int, int, int);
    descriptor: (IIIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
        start local 1 // int rows
        start local 2 // int columns
        start local 3 // int startRow
        start local 4 // int endRow
        start local 5 // int startColumn
        start local 6 // int endColumn
         0: .line 256
            aload 0 /* this */
            iload 4 /* endRow */
            i2d
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.endRow:D
         1: .line 257
            aload 0 /* this */
            dconst_0
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.columnSum:D
         2: .line 258
            aload 0 /* this */
            dconst_0
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.maxColSum:D
         3: .line 259
            return
        end local 6 // int endColumn
        end local 5 // int startColumn
        end local 4 // int endRow
        end local 3 // int startRow
        end local 2 // int columns
        end local 1 // int rows
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$1;
            0    4     1         rows  I
            0    4     2      columns  I
            0    4     3     startRow  I
            0    4     4       endRow  I
            0    4     5  startColumn  I
            0    4     6    endColumn  I
    MethodParameters:
             Name  Flags
      rows         final
      columns      final
      startRow     final
      endRow       final
      startColumn  final
      endColumn    final

  public void visit(int, int, double);
    descriptor: (IID)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
        start local 1 // int row
        start local 2 // int column
        start local 3 // double value
         0: .line 263
            aload 0 /* this */
            dup
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$1.columnSum:D
            dload 3 /* value */
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dadd
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.columnSum:D
         1: .line 264
            iload 1 /* row */
            i2d
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$1.endRow:D
            dcmpl
            ifne 4
         2: .line 265
            aload 0 /* this */
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$1.maxColSum:D
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$1.columnSum:D
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.maxColSum:D
         3: .line 266
            aload 0 /* this */
            dconst_0
            putfield org.apache.commons.math3.linear.AbstractRealMatrix$1.columnSum:D
         4: .line 268
      StackMap locals:
      StackMap stack:
            return
        end local 3 // double value
        end local 2 // int column
        end local 1 // int row
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$1;
            0    5     1     row  I
            0    5     2  column  I
            0    5     3   value  D
    MethodParameters:
        Name  Flags
      row     final
      column  final
      value   final

  public double end();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
         0: .line 272
            aload 0 /* this */
            getfield org.apache.commons.math3.linear.AbstractRealMatrix$1.maxColSum:D
            dreturn
        end local 0 // org.apache.commons.math3.linear.AbstractRealMatrix$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/AbstractRealMatrix$1;
}
SourceFile: "AbstractRealMatrix.java"
EnclosingMethod: org.apache.commons.math3.linear.AbstractRealMatrix.getNorm:()D
NestHost: org.apache.commons.math3.linear.AbstractRealMatrix
InnerClasses:
  org.apache.commons.math3.linear.AbstractRealMatrix$1