Matrix<T>.Two Norm Method
Returns the two-norm of this matrix.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The two-norm of this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.