Returns the Frobenius norm of this matrix.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
Public Function FrobeniusNorm As T
public:
T FrobeniusNorm()
member FrobeniusNorm : unit -> 'T
Return Value
Type:
TThe Frobenius norm of this instance.
The Frobenius norm of a matrix is defined
as the square root of the sum of the squares of
all of its elements.
Reference