template<class A, class B, class T, class U, int Dim2, int Dim1, int Dim01, char i, char j, char k, char l>
class FTensor::Tensor3_times_Dg_02_20< A, B, T, U, Dim2, Dim1, Dim01, i, j, k, l >
Definition at line 402 of file Tensor3_times_Dg.hpp.
template<class A , class B , class T , class U , int Dim2, int Dim1, int Dim01, char i, char j, char k, char l>
promote<T, U>::V FTensor::Tensor3_times_Dg_02_20< A, B, T, U, Dim2, Dim1, Dim01, 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 Dim2, int Dim1, int Dim01, char i, char j, char k, char l>
template<int Current_Dim1>
promote<T, U>::V FTensor::Tensor3_times_Dg_02_20< A, B, T, U, Dim2, Dim1, Dim01, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< 1 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 419 of file Tensor3_times_Dg.hpp.
422 return iterA(0, N1, Current_Dim1 - 1) *
iterB(Current_Dim1 - 1, N2, 0)
423 +
eval(N1, N2, Number<Dim2>(), Number<Current_Dim1 - 1>());
template<class A , class B , class T , class U , int Dim2, int Dim1, int Dim01, char i, char j, char k, char l>
template<int Current_Dim0, int Current_Dim1>
promote<T, U>::V FTensor::Tensor3_times_Dg_02_20< A, B, T, U, Dim2, Dim1, Dim01, i, j, k, l >::eval |
( |
const int |
N1, |
|
|
const int |
N2, |
|
|
const Number< Current_Dim0 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 409 of file Tensor3_times_Dg.hpp.
412 return iterA(Current_Dim0 - 1, N1, Current_Dim1 - 1)
413 *
iterB(Current_Dim1 - 1, N2, Current_Dim0 - 1)
414 +
eval(N1, N2, Number<Current_Dim0 - 1>(),
415 Number<Current_Dim1>());
template<class A , class B , class T , class U , int Dim2, int Dim1, int Dim01, char i, char j, char k, char l>
promote<T, U>::V FTensor::Tensor3_times_Dg_02_20< A, B, T, U, Dim2, Dim1, Dim01, i, j, k, l >::operator() |
( |
const int |
N1, |
|
|
const int |
N2 |
|
) |
| const |
|
inline |