| MatrixDNorm1 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 double Norm1 { get; }
Public ReadOnly Property Norm1 As Double
Get
public:
property double Norm1 {
double get ();
}
member Norm1 : float with get
Property Value
Type:
DoubleThe one norm of this matrix.
Remarks
The one norm is the maximum column sum.
See Also