Matrix Not Positive Definite Exception Constructor
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
Overload List
| Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
| Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
| Matrix | Constructs a new MatrixNotPositiveDefiniteException. |
MatrixNotPositiveDefiniteException
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException()MatrixNotPositiveDefiniteException(String)
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException(
string message
)Parameters
- message String
- The error message that explains the reason for the exception.
MatrixNotPositiveDefiniteException(String, Exception)
Constructs a new MatrixNotPositiveDefiniteException.
public MatrixNotPositiveDefiniteException(
string message,
Exception innerException
)