Go to the source code of this file.
 | 
| namespace   | JMATH | 
|   | Auxiliary classes and methods for mathematical operations. 
  | 
|   | 
| namespace   | JPP | 
|   | This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). 
  | 
|   | 
 | 
| template<class T >  | 
| const JCalculator< T, 1 > &  | JMATH::operator* (const T &first, const T &second) | 
|   | Product evaluation of objects.  
  | 
|   | 
| template<class T , int N>  | 
| const JCalculator< T, N+1 > &  | JMATH::operator* (const T &first, const JCalculator< T, N > &second) | 
|   | Recursive product evaluation of objects.  
  | 
|   | 
| template<class T , int N>  | 
| const JCalculator< T, N+1 > &  | JMATH::operator* (const JCalculator< T, N > &first, const T &second) | 
|   | Recursive product evaluation of objects.  
  | 
|   |