Matrix<T>.Two Norm Method
Returns the two-norm of this matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The two-norm of this instance.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T TwoNorm()
Return Value
TThe two-norm of this instance.
Remarks
The two-norm of a matrix is equal to the largest singular value of the matrix.