Matrix<T>.FrobeniusNorm Method

Returns the Frobenius norm of this matrix.

Definition

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