/Max Math Functions

Min/Max functions that operate on List objects. More...

Functions

template<class Type>
Real Max (Type L)
 Maximum value of list L.
template<class Type>
Integer MaxPos (Type L)
 Index of the maximum value of list L.
template<class Type>
Real Min (Type L)
 Minimum value of list L.
template<class Type>
Integer MinPos (Type L)
 Index of the minimum value of list L.

Detailed Description

Min/Max functions that operate on List objects.


Function Documentation

template<class Type>
Real Max ( Type  L  )  [inline]

Maximum value of list L.

Parameters:
L List

template<class Type>
Integer MaxPos ( Type  L  )  [inline]

Index of the maximum value of list L.

Parameters:
L List

template<class Type>
Real Min ( Type  L  )  [inline]

Minimum value of list L.

Parameters:
L List

template<class Type>
Integer MinPos ( Type  L  )  [inline]

Index of the minimum value of list L.

Parameters:
L List


Generated on Wed Sep 6 12:54:11 2006 for MusimatLib by  doxygen 1.4.7