Click or drag to resize

NMathFunctionsTrace Method

Overload List
 NameDescription
Public methodStatic memberTrace(DoubleComplexMatrix) Returns the trace of a square matrix. The trace of a square matrix is defined to be the sum of the terms on its main diagonal: Trace(A) = a11 + a22 +...+ ann
Public methodStatic memberTrace(DoubleMatrix) Returns the trace of a square matrix. The trace of a square matrix is defined to be the sum of the terms on its main diagonal: Trace(A) = a11 + a22 +...+ ann
Public methodStatic memberTrace(FloatComplexMatrix) Returns the trace of a square matrix. The trace of a square matrix is defined to be the sum of the terms on its main diagonal: Trace(A) = a11 + a22 +...+ ann
Public methodStatic memberTrace(FloatMatrix) Returns the trace of a square matrix. The trace of a square matrix is defined to be the sum of the terms on its main diagonal: Trace(A) = a11 + a22 +...+ ann
Top
See Also