Gets the One-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 Norm1 { get; }
Visual Basic (Declaration)
Public ReadOnly Property Norm1 As Double
Visual C++
public:
property double Norm1 {
	double get ();
}

Field Value

The one-norm of the matrix.

Remarks

The One-norm is the maximum absolute value column sum.

See Also