Matrix<T>.TwoNorm Method

Returns the two-norm of this matrix.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T TwoNorm()

Return Value

T
The two-norm of this instance.

Remarks

The two-norm of a matrix is equal to the largest singular value of the matrix.

See Also