Matrix::NormInf Method

double NormInf() const;

Calculates the matrix infinity norm.

Remarks:

Calculate the calling matrix infinity norm. The "infinity norm" is defined as the largest row sum.

See Also: Matrix::NormFro, Matrix::Norm1
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler