Matrix<T>.FrobeniusNorm Method

Returns the Frobenius norm of this matrix.

Definition

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

Return Value

T
The Frobenius norm of this instance.

Remarks

The Frobenius norm of a matrix is defined as the square root of the sum of the squares of all of its elements.

See Also