public interface org.apache.commons.math3.linear.DecompositionSolver
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.linear.DecompositionSolver
  super_class: java.lang.Object
{
  public abstract org.apache.commons.math3.linear.RealVector solve(org.apache.commons.math3.linear.RealVector);
    descriptor: (Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/linear/RealVector;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.linear.SingularMatrixException
    MethodParameters:
      Name  Flags
      b     final

  public abstract org.apache.commons.math3.linear.RealMatrix solve(org.apache.commons.math3.linear.RealMatrix);
    descriptor: (Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/linear/RealMatrix;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.linear.SingularMatrixException
    MethodParameters:
      Name  Flags
      b     final

  public abstract boolean isNonSingular();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.apache.commons.math3.linear.RealMatrix getInverse();
    descriptor: ()Lorg/apache/commons/math3/linear/RealMatrix;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.linear.SingularMatrixException
}
SourceFile: "DecompositionSolver.java"