Click or drag to resize
Accord.NET (logo)

MatrixTrace Method (Double, Double)

Gets the trace of a matrix product.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Trace(
	double[,] matrixA,
	double[,] matrixB
)
Request Example View Source

Parameters

matrixA
Type: SystemDouble
matrixB
Type: SystemDouble

Return Value

Type: Double
See Also