Click or drag to resize
NotDefiniteAMatrixException Constructor
Overload List
  NameDescription
Public methodNotDefiniteAMatrixException
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
Public methodNotDefiniteAMatrixException(String)
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
Protected methodNotDefiniteAMatrixException(SerializationInfo, StreamingContext)
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
Public methodNotDefiniteAMatrixException(String, Exception)
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
Top
See Also