Go to the source code of this file.
|
| namespace | FTensor |
| | Tensors class implemented by Walter Landry.
|
| |
|
| template<class A , class T , class U , int Dim, char i> |
| Tensor1_Expr< Tensor1_plus_generic< A, T, U, Dim, i >, typename promote< T, U >::V, Dim, i > | FTensor::operator+ (const Tensor1_Expr< A, T, Dim, i > &a, const U &d0) |
| |
| template<class A , class T , class U , int Dim, char i> |
| Tensor1_Expr< Tensor1_plus_generic< A, T, U, Dim, i >, typename promote< T, U >::V, Dim, i > | FTensor::operator+ (const U &d0, const Tensor1_Expr< A, T, Dim, i > &a) |
| |