Jpp  15.0.1-rc.1-highqe
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JCalculator.hh File Reference

Go to the source code of this file.

Classes

struct  JMATH::JCalculator< T, N >
 Auxiliary class for arithmetic operations on objects. More...
 

Namespaces

 JMATH
 Auxiliary classes and methods for mathematical operations.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
const JCalculator< T, 1 > & JMATH::operator* (const T &first, const T &second)
 Product evaluation of objects. More...
 
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. More...
 
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. More...