| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Gaudi::Math::_AbsCompare< T > Struct Template Reference

The trivial structure for comparison of "numbers" by the absolute value. More...

#include <MatrixUtils.h>

List of all members.


Public Member Functions

bool operator() (const T v1, const T v2) const

Detailed Description

template<class T>
struct Gaudi::Math::_AbsCompare< T >

The trivial structure for comparison of "numbers" by the absolute value.

Author:
Vanya BELYAEV ibelyaev@physics.syr.edu
Date:
2006-05-25

Definition at line 201 of file MatrixUtils.h.


Member Function Documentation

template<class T>
bool Gaudi::Math::_AbsCompare< T >::operator() ( const T  v1,
const T  v2 
) const [inline]

Definition at line 203 of file MatrixUtils.h.

00204       { return ::fabs( v1 ) < ::fabs( v2 ) ; }


The documentation for this struct was generated from the following file:
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:02:58 2011 for LHCbMath by doxygen 1.4.7