DiagonalMatrixL2Norm Method |
Calculates the induced L2 norm of the matrix.
Namespace: Altaxo.Calc.LinearAlgebra.ComplexAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double L2Norm()
Return Value
DoubleThe largest singular value of the matrix.
See Also