Click or drag to resize
SparseMatrixFrobeniusNorm Method
Returns the Frobenius norm of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double FrobeniusNorm()

Return Value

Type: Double
A double scalar equal to the Frobenius norm of the matrix.
See Also