|
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
)
Public Shared Function Trace (
matrixA As Double(,),
matrixB As Double(,)
) As Double
Request Example
View SourceParameters
- matrixA
- Type: SystemDouble
- matrixB
- Type: SystemDouble
Return Value
Type:
DoubleSee Also