AnyRectangularMatrixFrobeniusNorm Method |
Computes the Frobenius-norm of the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public virtual double FrobeniusNorm()
Public Overridable Function FrobeniusNorm As Double
public:
virtual double FrobeniusNorm()
abstract FrobeniusNorm : unit -> float
override FrobeniusNorm : unit -> float
Return Value
Type:
Double||M||
FRemarks The Frobenius-norm of a matrix the square root of the sum of the squares
of all the elements. In the case of a row or column vector, this reduces
to the Euclidean vector norm.
See Also