Click or drag to resize

SquareMatrixInfinityNorm Method

Computes the ∞-norm of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double InfinityNorm()

Return Value

Type: Double
||M||
Remarks

The ∞-norm of a matrix is the largest row sum.

See Also