Class MatrixNotSPDException

All Implemented Interfaces:
Serializable

public class MatrixNotSPDException extends RuntimeException
Matrix is not symmetrical, positive definite
See Also:
  • Constructor Details

    • MatrixNotSPDException

      public MatrixNotSPDException()
      Constructor for MatrixNotSPDException
    • MatrixNotSPDException

      public MatrixNotSPDException(String message)
      Constructor for MatrixNotSPDException
      Parameters:
      message - Description of the exception