Gets the sum of the diagonal elements of this
matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Overridable Function Trace As T
public:
virtual T Trace()
abstract Trace : unit -> 'T
override Trace : unit -> 'T
Return Value
Type:
TThe sum of the diagonal elements of this
MatrixT.
The sum of the diagonal elements of a matrix
is called the trace of the matrix.
Reference