v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k > Class Template Reference

#include <src/ftensor/src/FTensor/Dg/Dg_times_Tensor2_symmetric.hpp>

Collaboration diagram for FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >:
[legend]

Public Member Functions

 Dg_times_Tensor2_symmetric_02 (const Dg_Expr< A, T, Dim, Dim, j, i, k > &a, const Tensor2_symmetric_Expr< B, U, Dim, j, k > &b)
 
promote< T, U >::V operator() (const int N1) const
 

Private Member Functions

template<int Current_Dim0, int Current_Dim1>
promote< T, U >::V eval (const int N1, const Number< Current_Dim0 > &, const Number< Current_Dim1 > &) const
 
template<int Current_Dim1>
promote< T, U >::V eval (const int N1, const Number< 1 > &, const Number< Current_Dim1 > &) const
 
promote< T, U >::V eval (const int N1, const Number< 1 > &, const Number< 1 > &) const
 

Private Attributes

Dg_Expr< A, T, Dim, Dim, j, i, kiterA
 
Tensor2_symmetric_Expr< B, U, Dim, j, kiterB
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ Dg_times_Tensor2_symmetric_02()

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::Dg_times_Tensor2_symmetric_02 ( const Dg_Expr< A, T, Dim, Dim, j, i, k > &  a,
const Tensor2_symmetric_Expr< B, U, Dim, j, k > &  b 
)
inline

Definition at line 425 of file Dg_times_Tensor2_symmetric.hpp.

428 : iterA(a), iterB(b)
429 {}
constexpr double a
Tensor2_symmetric_Expr< B, U, Dim, j, k > iterB

Member Function Documentation

◆ eval() [1/3]

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
promote< T, U >::V FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::eval ( const int  N1,
const Number< 1 > &  ,
const Number< 1 > &   
) const
inlineprivate

Definition at line 419 of file Dg_times_Tensor2_symmetric.hpp.

420 {
421 return iterA(0, N1, 0) * iterB(0, 0);
422 }
static Number< 1 > N1

◆ eval() [2/3]

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
template<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< 1 > &  ,
const Number< Current_Dim1 > &   
) const
inlineprivate

Definition at line 413 of file Dg_times_Tensor2_symmetric.hpp.

414 {
415 return iterA(0, N1, Current_Dim1 - 1) * iterB(0, Current_Dim1 - 1)
416 + eval(N1, Number<Dim>(), Number<Current_Dim1 - 1>());
417 }
promote< T, U >::V eval(const int N1, const Number< Current_Dim0 > &, const Number< Current_Dim1 > &) const

◆ eval() [3/3]

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.

406 {
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>());
410 }

◆ operator()()

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
promote< T, U >::V FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::operator() ( const int  N1) const
inline

Definition at line 430 of file Dg_times_Tensor2_symmetric.hpp.

431 {
432 return eval(N1, Number<Dim>(), Number<Dim>());
433 }

Member Data Documentation

◆ iterA

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
Dg_Expr<A, T, Dim, Dim, j, i, k> FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::iterA
private

Definition at line 400 of file Dg_times_Tensor2_symmetric.hpp.

◆ iterB

template<class A , class B , class T , class U , int Dim, char i, char j, char k>
Tensor2_symmetric_Expr<B, U, Dim, j, k> FTensor::Dg_times_Tensor2_symmetric_02< A, B, T, U, Dim, i, j, k >::iterB
private

Definition at line 401 of file Dg_times_Tensor2_symmetric.hpp.


The documentation for this class was generated from the following file: