ILNumerics Ultimate VS

ILMath.trace Method (InArray<Int64>)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Trace of matrix.

[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<long> trace(
	InArray<long> A
)

Parameters

A
Type: ILNumerics.InArray<Int64>
Input matrix, size [m x n].

Return Value

Type: RetArray<Int64>
Scalar of same type as A with the sum of diagonal elements of A.
Remarks

[ILNumerics Computing Engine]

See Also

Reference