Click or drag to resize

IMapackMatrixTrace Property

Returns the trace of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
double Trace { get; }

Return Value

Double
Sum of the diagonal elements.
See Also