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