ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Newly created physical array with the upper triangle of A
No checks are made for m,n fit inside A!
Copy upper triangle from PHYSICAL array 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
PHYSICAL Array - m
- Type: SystemInt64
Number of rows - n
- Type: SystemInt64
Number of columns
Type Parameters
- T
- Arbitrary inner type
Return Value
Type: RetArrayTNewly created physical array with the upper triangle of A
Remarks
[ILNumerics Computing Engine]
See Also