Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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

namespace  JMATH
 Auxiliary classes and methods for mathematical operations.
 
namespace  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.
 
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.