template<class A, class B, class T, class U, int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
class FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >
Definition at line 152 of file Dg_times_Dg.hpp.
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
promote<T, U>::V FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< 1 > & |
, |
|
|
const Number< 1 > & |
|
|
) |
| const |
|
inlineprivate |
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
template<int Current_Dim1>
promote<T, U>::V FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< 1 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 165 of file Dg_times_Dg.hpp.
168 return iterA(0, Current_Dim1 - 1, N1) *
iterB(0, Current_Dim1 - 1, N2) +
169 eval(N1, N2, Number<Dim01>(), Number<Current_Dim1 - 1>());
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
template<int Current_Dim0, int Current_Dim1>
promote<T, U>::V FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< Current_Dim0 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 157 of file Dg_times_Dg.hpp.
160 return iterA(Current_Dim0 - 1, Current_Dim1 - 1, N1) *
161 iterB(Current_Dim0 - 1, Current_Dim1 - 1, N2) +
162 eval(N1, N2, Number<Current_Dim0 - 1>(), Number<Current_Dim1>());
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
promote<T, U>::V FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::operator() |
( |
const int |
N1, |
|
|
const int |
N2 |
|
) |
| const |
|
inline |
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
Dg_Expr<A, T, Dim01, Dim2, i, j, k> FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::iterA |
|
private |
template<class A , class B , class T , class U , int Dim01, int Dim2, int Dim3, char i, char j, char k, char l>
Dg_Expr<B, U, Dim01, Dim3, i, j, l> FTensor::Dg_times_Dg_01_01< A, B, T, U, Dim01, Dim2, Dim3, i, j, k, l >::iterB |
|
private |