Gets the Frobenius Norm of the 3d matrix.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.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.

See Also