ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
true if A is a lower Hessenberg matrix, false otherwise.
Determines if matrix A is a lower Hessenberg 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: ILNumericsInArrayByte
Matrix or scalar of numeric element type.
Return Value
Type: Booleantrue if A is a lower Hessenberg matrix, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentException | if A was null. |
Remarks
[ILNumerics Computing Engine]
See Also