|
template<class T , class Scalar > |
Phi< T > | Geom::operator* (const Phi< T > &a, const Scalar &b) |
| Multiplication with scalar, does not change the precision. More...
|
|
template<class T > |
Phi< T > | Geom::operator* (double a, const Phi< T > &b) |
| Multiplication with scalar. More...
|
|
template<class T > |
Phi< T > | Geom::operator+ (const Phi< T > &a, const Phi< T > &b) |
| Addition. More...
|
|
template<class T , class Scalar > |
Phi< T > | Geom::operator+ (const Phi< T > &a, const Scalar &b) |
| Addition with scalar, does not change the precision. More...
|
|
template<class T , class Scalar > |
Phi< T > | Geom::operator+ (const Scalar &a, const Phi< T > &b) |
| Addition with scalar, does not change the precision. More...
|
|
template<class T > |
Phi< T > | Geom::operator- (const Phi< T > &a) |
|
template<class T > |
Phi< T > | Geom::operator- (const Phi< T > &a, const Phi< T > &b) |
| Subtraction. More...
|
|
template<class T , class Scalar > |
Phi< T > | Geom::operator- (const Phi< T > &a, const Scalar &b) |
| Subtraction with scalar, does not change the precision. More...
|
|
template<class T , class Scalar > |
Phi< T > | Geom::operator- (const Scalar &a, const Phi< T > &b) |
| Subtraction with scalar, does not change the precision. More...
|
|
template<class T > |
T | Geom::operator/ (const Phi< T > &a, const Phi< T > &b) |
| Division. More...
|
|
template<class T > |
Phi< T > | Geom::operator/ (const Phi< T > &a, double b) |
| Division by scalar. More...
|
|