Loading...
Searching...
No Matches
Go to the source code of this file.
|
template<class T1 , class T2 > |
pair_with_linear_algebra< T1, T2 > | operator- (const pair_with_linear_algebra< T1, T2 > &x) |
|
template<class T0 , class T1 , class T2 > |
pair_with_linear_algebra< T1, T2 > | operator* (const T0 &k, const pair_with_linear_algebra< T1, T2 > &x) |
|
template<class T1 , class T2 > |
pair_with_linear_algebra< T1, T2 > | operator+ (const pair_with_linear_algebra< T1, T2 > &x, const pair_with_linear_algebra< T1, T2 > &y) |
|
template<class T1 , class T2 > |
pair_with_linear_algebra< T1, T2 > | operator- (const pair_with_linear_algebra< T1, T2 > &x, const pair_with_linear_algebra< T1, T2 > &y) |
|