Gets the Frobenius Norm of the 3d matrix.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double FrobeniusNorm { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property FrobeniusNorm As Double |
| Visual C++ |
|---|
public: property double FrobeniusNorm { double get (); } |
Field Value
The Frobenius-norm of the matrix.
Remarks
The Frobenius-norm is the square root of sum of squares of all elements.