Click or drag to resize

SymmetricMatrixTrace Method

Computes the trace of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double Trace()

Return Value

Type: Double
The trace of the matrix tr(M).
See Also