In file DVector.cpp:

DIVAMatrixExport double CDVector::NormInf() const

Calculates the infinity-norm (Linf) of the vector.

Documentation

Calculates the infinity-norm (Linf) of the vector. Also known as the Chebyshev Norm.

Linf(v) = max( |x_1|, |x_2| ... , |x_n| )

Returns:
The L2 norm.
Author:
Mikkel B. Stegmann
Version:
2-5-2001


Back DIVA Reference Manual The DIVA-Site