template<class A, class B, class T, class U, int Dim01, int Dim23, char i, char j, char k, char l>
class FTensor::Ddg_times_Tensor2_32< A, B, T, U, Dim01, Dim23, i, j, k, l >
Definition at line 87 of file Ddg_times_Tensor2.hpp.
template<class A , class B , class T , class U , int Dim01, int Dim23, char i, char j, char k, char l>
template<int Current_Dim1>
promote<T, U>::V FTensor::Ddg_times_Tensor2_32< A, B, T, U, Dim01, Dim23, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< 1 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 104 of file Ddg_times_Tensor2.hpp.
107 return iterA(N1, N2, 0, Current_Dim1 - 1) *
iterB(0, Current_Dim1 - 1)
108 +
eval(N1, N2, Number<Dim23>(), Number<Current_Dim1 - 1>());
template<class A , class B , class T , class U , int Dim01, int Dim23, char i, char j, char k, char l>
template<int Current_Dim0, int Current_Dim1>
promote<T, U>::V FTensor::Ddg_times_Tensor2_32< A, B, T, U, Dim01, Dim23, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< Current_Dim0 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 94 of file Ddg_times_Tensor2.hpp.
97 return iterA(N1, N2, Current_Dim0 - 1, Current_Dim1 - 1)
98 *
iterB(Current_Dim0 - 1, Current_Dim1 - 1)
99 +
eval(N1, N2, Number<Current_Dim0 - 1>(),
100 Number<Current_Dim1>());