Click or drag to resize

MatrixTL2Norm Method

Calculates the induced L2 norm of the matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double L2Norm()

Return Value

Double
The largest singular value of the matrix.
Remarks
For sparse matrices, the L2 norm is computed using a dense implementation of singular value decomposition. In a later release, it will be replaced with a sparse implementation.
See Also