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
public class MatrixNotSPDException
- extends RuntimeException
Matrix is not symmetrical, positive definite
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MatrixNotSPDException
public MatrixNotSPDException()
- Constructor for MatrixNotSPDException
MatrixNotSPDException
public MatrixNotSPDException(String message)
- Constructor for MatrixNotSPDException
- Parameters:
message
- Description of the exception
Copyright © 2015. All Rights Reserved.