Click or drag to resize
Accord.NET (logo)

NonPositiveDefiniteMatrixException Constructor (String)

Initializes a new instance of the NonPositiveDefiniteMatrixException class.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public NonPositiveDefiniteMatrixException(
	string message
)
Request Example View Source

Parameters

message
Type: SystemString
Message providing some additional information.
See Also