Class RankDeficientMatrixException

All Implemented Interfaces:
Serializable

public class RankDeficientMatrixException extends AlgebraException
Exception thrown when a matrix does not have full rank.
See Also:
  • Constructor Details

    • RankDeficientMatrixException

      public RankDeficientMatrixException()
      Constructor
    • RankDeficientMatrixException

      public RankDeficientMatrixException(String message)
      Constructor with String containing message.
      Parameters:
      message - Message indicating the cause of the exception.
    • RankDeficientMatrixException

      public RankDeficientMatrixException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - Message describing the cause of the exception.
      cause - Instance containing the cause of the exception.
    • RankDeficientMatrixException

      public RankDeficientMatrixException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - Instance containing the cause of the exception.