Click or drag to resize

DoubleMatrixInfinityNorm Method

Computes the infinity-norm of this matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double InfinityNorm()

Return Value

Double
The infinity norm of this matrix. This is just the maximum row sum.
See Also