Computes the max-norm of the matrix.
Namespace:
Meta.Numerics.Matrices
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public override double MaxNorm()
Public Overrides Function MaxNorm As Double
public:
virtual double MaxNorm() override
abstract MaxNorm : unit -> float
override MaxNorm : unit -> float
Return Value
Type:
DoubleThe largest absolute value of an element.
See Also