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()
Public Overrides Function Trace As Double
public:
virtual double Trace() override
abstract Trace : unit -> float
override Trace : unit -> float
Return Value
Type:
DoubleThe trace of the matrix tr(M).
See Also