Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.38 maxNorm()

PrototypesHeader File(s)
double
maxNorm(const RWMathVec<double>&)
<rw/math/mathvec.h>
float
maxNorm(const RWMathVec<float>&)
<rw/math/mathvec.h>
double
maxNorm(const RWMathVec<DComplex>&)
<rw/math/mathvec.h>
double
maxNorm(const RWGenMat<double>&)
<rw/math/genmat.h>
float
maxNorm(const RWGenMat<float>&)
<rw/math/genmat.h>
double
maxNorm(const RWGenMat<DComplex>&)
<rw/math/genmat.h>
double
maxNorm(const RWMathArray<double>&)
<rw/math/mtharray.h>
float
maxNorm(const RWMathArray<float>&)
<rw/math/mtharray.h>
double
maxNorm(const RWMathArray<DComplex>&)
<rw/math/mtharray.h>

10.38.1 Description

Returns the value of the element with largest absolute value in the vector, matrix, or array. Note that this is not a norm in the mathematical sense of the word.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.