Accord.NonPositiveDefiniteMatrixException.NonPositiveDefiniteMatrixException C# (CSharp) Method

NonPositiveDefiniteMatrixException() public method

Initializes a new instance of the NonPositiveDefiniteMatrixException class.
public NonPositiveDefiniteMatrixException ( ) : System
return System
        public NonPositiveDefiniteMatrixException() { }

Same methods

NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( SerializationInfo info, StreamingContext context ) : System
NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( string message ) : System
NonPositiveDefiniteMatrixException::NonPositiveDefiniteMatrixException ( string message, Exception innerException ) : System
NonPositiveDefiniteMatrixException