template<class A, class B, class T, class U, int Dim, char i, char j, char k>
class FTensor::Dg_times_Tensor2_symmetric_12< A, B, T, U, Dim, i, j, k >
Definition at line 268 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_12< 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 274 of file Dg_times_Tensor2_symmetric.hpp.
277 return iterA(N1, Current_Dim0 - 1, Current_Dim1 - 1)
278 *
iterB(Current_Dim0 - 1, Current_Dim1 - 1)
279 +
eval(N1, Number<Current_Dim0 - 1>(), Number<Current_Dim1>());