Package no.uib.cipr.matrix
Class MatrixNotSPDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
no.uib.cipr.matrix.MatrixNotSPDException
- All Implemented Interfaces:
Serializable
Matrix is not symmetrical, positive definite
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for MatrixNotSPDExceptionMatrixNotSPDException
(String message) Constructor for MatrixNotSPDException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MatrixNotSPDException
public MatrixNotSPDException()Constructor for MatrixNotSPDException -
MatrixNotSPDException
Constructor for MatrixNotSPDException- Parameters:
message
- Description of the exception
-