Computes the 1-norm of the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double OneNorm()
Public Overrides Function OneNorm As Double
public:
virtual double OneNorm() override
abstract OneNorm : unit -> float
override OneNorm : unit -> float
Return Value
Type:
Double||M||
1Remarks The 1-norm of a matrix is the largest column sum.
See Also