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:
java.io.Serializable
public class MatrixNotSPDException extends java.lang.RuntimeException
Matrix is not symmetrical, positive definite- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatrixNotSPDException()
Constructor for MatrixNotSPDExceptionMatrixNotSPDException(java.lang.String message)
Constructor for MatrixNotSPDException
-