ILNumerics Ultimate VS

ILMathcopyUpperTriangleT Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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

public static RetArray<T> copyUpperTriangle<T>(
	InArray<T> A,
	long m,
	long n
)

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: RetArrayT
Newly created physical array with the upper triangle of A
Remarks

No checks are made for m,n fit inside A!

[ILNumerics Computing Engine]

See Also

Reference