Class NonSymmetricPositiveDefiniteMatrixException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.algebra.AlgebraException
com.irurueta.algebra.NonSymmetricPositiveDefiniteMatrixException
All Implemented Interfaces:
Serializable

public class NonSymmetricPositiveDefiniteMatrixException extends AlgebraException
Exception thrown when requiring symmetric positive definite matrices.
See Also:
  • Constructor Details

    • NonSymmetricPositiveDefiniteMatrixException

      public NonSymmetricPositiveDefiniteMatrixException()
      Constructor.
    • NonSymmetricPositiveDefiniteMatrixException

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

      public NonSymmetricPositiveDefiniteMatrixException(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.
    • NonSymmetricPositiveDefiniteMatrixException

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