ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
true if A is an upper triangular matrix, false otherwise.
Determines if matrix A is an upper triangular matrix.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsInArraySingle
Matrix or scalar array A, numeric element type.
Return Value
Type: Booleantrue if A is an upper triangular matrix, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if A was null or not a matrix. |
Remarks
[ILNumerics Computing Engine]
See Also