#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
#include "GenericArithmeticI.H"


Go to the source code of this file.
Classes | |
| struct | GenericArithmeticable< ScalarT, SelfT > |
Functions | |
| template<class C> | |
| C::self_type | operator+ (const C &, const C &) |
| template<class C> | |
| C::self_type | operator+ (const C &, const typename C::scalar_type &) |
| template<class C> | |
| C::self_type | operator+ (const typename C::scalar_type &, const C &) |
| template<class C> | |
| C::self_type | operator* (const C &, const C &) |
| template<class C> | |
| C::self_type | operator* (const C &, const typename C::scalar_type &) |
| template<class C> | |
| C::self_type | operator* (const typename C::scalar_type &, const C &) |
| template<class C> | |
| C::self_type | operator- (const C &, const C &) |
| template<class C> | |
| C::self_type | operator- (const C &, const typename C::scalar_type &) |
| template<class C> | |
| C::self_type | operator- (const typename C::scalar_type &, const C &) |
| template<class C> | |
| C::self_type | operator/ (const C &, const C &) |
| template<class C> | |
| C::self_type | operator/ (const C &, const typename C::scalar_type &) |
| template<class C> | |
| C::self_type | operator/ (const typename C::scalar_type &, const C &) |
| C::self_type operator+ | ( | const C & | , | |
| const typename C::scalar_type & | ||||
| ) | [inline] |
| C::self_type operator+ | ( | const typename C::scalar_type & | , | |
| const C & | ||||
| ) | [inline] |
| C::self_type operator* | ( | const C & | , | |
| const typename C::scalar_type & | ||||
| ) | [inline] |
| C::self_type operator* | ( | const typename C::scalar_type & | , | |
| const C & | ||||
| ) | [inline] |
| C::self_type operator- | ( | const C & | , | |
| const typename C::scalar_type & | ||||
| ) | [inline] |
| C::self_type operator- | ( | const typename C::scalar_type & | , | |
| const C & | ||||
| ) | [inline] |
References C.
| C::self_type operator/ | ( | const C & | , | |
| const typename C::scalar_type & | ||||
| ) | [inline] |
| C::self_type operator/ | ( | const typename C::scalar_type & | , | |
| const C & | ||||
| ) | [inline] |
References C.
1.5.5