UnitMatrixInfinityNorm 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()
Public Overrides Function InfinityNorm As Double
public:
virtual double InfinityNorm() override
abstract InfinityNorm : unit -> float
override InfinityNorm : unit -> float
Return Value
Type:
Double||M||
∞Remarks The ∞-norm of a matrix is the largest row sum.
See Also