TNumberTrace Method

Returns a trace of a squared matrix.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TNumber Trace()

Return Value

TNumber
A trace of a squared matrix.

Exceptions

GeneralExceptionThrows if argument is not a matrix or vector.

See Also