Click or drag to resize

MapackMatrixTrace 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#
public double Trace { get; }

Return Value

Double
Sum of the diagonal elements.

Implements

IMapackMatrixTrace
See Also