Prototypes | Header 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> |
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.