ILNumerics Ultimate VS

ILMathtrace Method (InArraySByte)

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

Parameters

A
Type: ILNumericsInArraySByte
Input matrix, size [m x n].

Return Value

Type: RetArraySByte
Scalar of same type as A with the sum of diagonal elements of A.
Remarks

[ILNumerics Computing Engine]

See Also

Reference