Click or drag to resize

AnyRectangularMatrixMaxNorm Method

Computes the max-norm of the matrix.

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

Return Value

Type: Double
The largest absolute value of an element.
See Also