public abstract class org.apache.commons.math3.linear.IterativeLinearSolverEvent extends org.apache.commons.math3.util.IterationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.math3.linear.IterativeLinearSolverEvent
  super_class: org.apache.commons.math3.util.IterationEvent
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20120129

  public void <init>(java.lang.Object, int);
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
        start local 1 // java.lang.Object source
        start local 2 // int iterations
         0: .line 42
            aload 0 /* this */
            aload 1 /* source */
            iload 2 /* iterations */
            invokespecial org.apache.commons.math3.util.IterationEvent.<init>:(Ljava/lang/Object;I)V
         1: .line 43
            return
        end local 2 // int iterations
        end local 1 // java.lang.Object source
        end local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/math3/linear/IterativeLinearSolverEvent;
            0    2     1      source  Ljava/lang/Object;
            0    2     2  iterations  I
    MethodParameters:
            Name  Flags
      source      final
      iterations  final

  public abstract org.apache.commons.math3.linear.RealVector getRightHandSideVector();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getNormOfResidual();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public org.apache.commons.math3.linear.RealVector getResidual();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
         0: .line 92
            new org.apache.commons.math3.exception.MathUnsupportedOperationException
            dup
            invokespecial org.apache.commons.math3.exception.MathUnsupportedOperationException.<init>:()V
            athrow
        end local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/IterativeLinearSolverEvent;

  public abstract org.apache.commons.math3.linear.RealVector getSolution();
    descriptor: ()Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public boolean providesResidual();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
         0: .line 113
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.linear.IterativeLinearSolverEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/linear/IterativeLinearSolverEvent;
}
SourceFile: "IterativeLinearSolverEvent.java"