|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
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 |
| 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. | |