Click or drag to resize

RectangularMatrixOneNorm Method

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()

Return Value

Type: Double
||M||1
Remarks

The 1-norm of a matrix is the largest column sum.

See Also