Matrix<T>.TwoNorm Method

Returns the two-norm of this matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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