Compute the Frobenius norm (square root of the sum of squared entries) of a matrix
Declaring type: MatrixUtils
Namespace: MyMediaLite.DataType
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static double FrobeniusNorm (
        Matrix<double> matrix
) 
Parameters
matrix
the matrix
Return Value
the Frobenius norm of the matrix
Collapse/Expand Remarks
See http://en.wikipedia.org/wiki/Matrix_norm