template<class A, class B, class T, class U, int Dim, char i, char j, char k>
class FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >
Definition at line 398 of file Dg_times_Tensor2_symmetric.hpp.
template<class A , class B , class T , class U , int Dim, char i, char j, char k>
template<int Current_Dim0, int Current_Dim1>
promote<T, U>::V FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::eval |
( |
const int |
N1, |
|
|
const Number< Current_Dim0 > & |
, |
|
|
const Number< Current_Dim1 > & |
|
|
) |
| const |
|
inlineprivate |
Definition at line 404 of file Dg_times_Tensor2_symmetric.hpp.
407 return iterA(Current_Dim0 - 1, N1, Current_Dim1 - 1)
408 *
iterB(Current_Dim0 - 1, Current_Dim1 - 1)
409 +
eval(N1, Number<Current_Dim0 - 1>(), Number<Current_Dim1>());