C:/programs/SCPPNT/src/include/scppnt_math.h File Reference

Definitions of some scalar math functions. More...

Go to the source code of this file.

Namespaces

namespace  SCPPNT

Functions

template<class T>
SCPPNT::abs (T x)
 Returns absolute value of argument.
template<class T>
SCPPNT::min (T a, T b)
 Returns minimum of two scalars.
template<class T>
SCPPNT::max (T a, T b)
 Returns maximum of two scalars.
template<class T>
SCPPNT::sign (T a)
 Returns 1 if argument is positive, otherwise returns -1.


Detailed Description

Definitions of some scalar math functions.

Defines templated scalar functions abs() min(), max(), and sign() required by several matrix algorithms.

Definition in file scppnt_math.h.


Generated on Tue Dec 18 23:34:16 2007 for SCPPNT by  doxygen 1.5.4