| MatrixFNorm1 Property |
Gets the one norm of this matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float Norm1 { get; }
Public ReadOnly Property Norm1 As Single
Get
public:
property float Norm1 {
float get ();
}
member Norm1 : float32 with get
Property Value
Type:
SingleThe one norm of this matrix.
Remarks
The one norm is the maximum column sum.
See Also