ILNumerics - Technical Application Development 
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
 
Array of size [m x n], holding lower triangular part of A.
 
 
 
            Extract lower triangular part of matrix A.
            
[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: ILNumericsInArrayT
Input matrix, size [m x n]. 
Type Parameters
- T
 - Element type.
 
Return Value
Type: RetArrayTArray of size [m x n], holding lower triangular part of A.
Exceptions
| Exception | Condition | 
|---|---|
| ArgumentException | If A has more than 2 dimensions. | 
Remarks
The diagonal elements of A are not included in the lower triangular matrix returned.
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.triu``1(InArrayUMP)