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


Go to the source code of this file.
Functions | |
| template<class C> | |
| C | operatorOp (const C &c1, const C &c2, C &(C::*op)(const C &)) |
| template<class C> | |
| C | operatorOpScalar (const C &c1, const typename C::scalar_type &x, C &(C::*op)(const typename C::scalar_type &)) |
| template<class C> | |
| C::self_type | operator+ (const C &c1, const C &c2) |
| template<class C> | |
| C::self_type | operator- (const C &c1, const C &c2) |
| template<class C> | |
| C::self_type | operator* (const C &c1, const C &c2) |
| template<class C> | |
| C::self_type | operator/ (const C &c1, const C &c2) |
| template<class C> | |
| C::self_type | operator+ (const C &c, const typename C::scalar_type &x) |
| template<class C> | |
| C::self_type | operator+ (const typename C::scalar_type &x, const C &c) |
| template<class C> | |
| C::self_type | operator* (const C &c, const typename C::scalar_type &x) |
| template<class C> | |
| C::self_type | operator* (const typename C::scalar_type &x, const C &c) |
| template<class C> | |
| C::self_type | operator- (const C &c, const typename C::scalar_type &x) |
| template<class C> | |
| C::self_type | operator- (const typename C::scalar_type &x, const C &c) |
| template<class C> | |
| C::self_type | operator/ (const C &c, const typename C::scalar_type &x) |
| template<class C> | |
| C::self_type | operator/ (const typename C::scalar_type &x, const C &c) |
| C operatorOp | ( | const C & | c1, | |
| const C & | c2, | |||
| C &(C::*)(const C &) | op | |||
| ) | [inline] |
| C operatorOpScalar | ( | const C & | c1, | |
| const typename C::scalar_type & | x, | |||
| C &(C::*)(const typename C::scalar_type &) | op | |||
| ) | [inline] |
| C::self_type operator+ | ( | const C & | c1, | |
| const C & | c2 | |||
| ) | [inline] |
| C::self_type operator- | ( | const C & | c1, | |
| const C & | c2 | |||
| ) | [inline] |
| C::self_type operator* | ( | const C & | c1, | |
| const C & | c2 | |||
| ) | [inline] |
| C::self_type operator/ | ( | const C & | c1, | |
| const C & | c2 | |||
| ) | [inline] |
| C::self_type operator+ | ( | const C & | c, | |
| const typename C::scalar_type & | x | |||
| ) | [inline] |
| C::self_type operator+ | ( | const typename C::scalar_type & | x, | |
| const C & | c | |||
| ) | [inline] |
| C::self_type operator* | ( | const C & | c, | |
| const typename C::scalar_type & | x | |||
| ) | [inline] |
| C::self_type operator* | ( | const typename C::scalar_type & | x, | |
| const C & | c | |||
| ) | [inline] |
| C::self_type operator- | ( | const C & | c, | |
| const typename C::scalar_type & | x | |||
| ) | [inline] |
| C::self_type operator- | ( | const typename C::scalar_type & | x, | |
| const C & | c | |||
| ) | [inline] |
| C::self_type operator/ | ( | const C & | c, | |
| const typename C::scalar_type & | x | |||
| ) | [inline] |
| C::self_type operator/ | ( | const typename C::scalar_type & | x, | |
| const C & | c | |||
| ) | [inline] |
1.5.5