Class SingularMatrixException
A singular matrix was encountered during an operation that does not allow singular matrices.
Inheritance
System.Object
System.Exception
SingularMatrixException
Namespace: Tensor
Assembly: Tensor.dll
Syntax
exception SingularMatrixException
val msg: string
Remarks
See the documentation of the method that raised this exception for a detailed description of the error conditions.
Fields
Name | Description |
---|---|
val msg: string |
Properties
Name | Description |
---|---|
override property Message: string | Detailed error message. |