template<class A, class B, class T, class U, int Dim01, int Dim2, char i, char j, char k, char l>
class FTensor::Dg_times_Dg_12_20< A, B, T, U, Dim01, Dim2, i, j, k, l >
Definition at line 82 of file Dg_times_Dg.hpp.
template<class A , class B , class T , class U , int Dim01, int Dim2, char i, char j, char k, char l>
template<int Current_Dim1>
promote<T, U>::V FTensor::Dg_times_Dg_12_20< A, B, T, U, Dim01, Dim2, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< 1 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 99 of file Dg_times_Dg.hpp.
102 return iterA(N1, 0, Current_Dim1 - 1) *
iterB(Current_Dim1 - 1, N2, 0)
103 +
eval(N1, N2, Number<Dim01>(), Number<Current_Dim1 - 1>());
template<class A , class B , class T , class U , int Dim01, int Dim2, char i, char j, char k, char l>
template<int Current_Dim0, int Current_Dim1>
promote<T, U>::V FTensor::Dg_times_Dg_12_20< A, B, T, U, Dim01, Dim2, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< Current_Dim0 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 89 of file Dg_times_Dg.hpp.
92 return iterA(N1, Current_Dim0 - 1, Current_Dim1 - 1)
93 *
iterB(Current_Dim1 - 1, N2, Current_Dim0 - 1)
94 +
eval(N1, N2, Number<Current_Dim0 - 1>(),
95 Number<Current_Dim1>());
template<class A , class B , class T , class U , int Dim01, int Dim2, char i, char j, char k, char l>
promote<T, U>::V FTensor::Dg_times_Dg_12_20< A, B, T, U, Dim01, Dim2, i, j, k, l >::operator() |
( |
const int |
N1, |
|
|
const int |
N2 |
|
) |
| const |
|
inline |