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