Prototypes | Header File(s) | |
template <class T> | ||
T |
maxValue(const RWMathVec<T>&) |
<rw/math/mathvec.h> |
T |
minValue(const RWMathVec<T>&) |
<rw/math/mathvec.h> |
T |
maxValue(const RWGenMat<T>&) |
<rw/math/genmat.h> |
T |
minValue(const RWGenMat<T>&) |
<rw/math/genmat.h> |
T |
maxValue(const RWMathArray<T>&) |
<rw/math/mtharray.h> |
T |
minValue(const RWMathArray<T>&) |
<rw/math/mtharray.h> |
Take a vector, matrix, or array as an argument and return the maximum or minimum value, respectively.