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

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

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

Public Member Functions

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

Private Attributes

Dg_Expr< A, T, Dim, Dim, i, j, kiterA
 
Dg_Expr< B, U, Dim, Dim, k, j, iiterB
 

Detailed Description

template<class A, class B, class T, class U, int Dim, char i, char j, char k>
class FTensor::Dg_and_Dg_02< A, B, T, U, Dim, i, j, k >

Definition at line 46 of file Dg_and_Dg.hpp.

Constructor & Destructor Documentation

◆ Dg_and_Dg_02()

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

Definition at line 58 of file Dg_and_Dg.hpp.

60 : iterA(a), iterB(b)
61 {}
constexpr double a
Dg_Expr< A, T, Dim, Dim, i, j, k > iterA
Definition: Dg_and_Dg.hpp:48
Dg_Expr< B, U, Dim, Dim, k, j, i > iterB
Definition: Dg_and_Dg.hpp:49

Member Function Documentation

◆ operator()()

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

Definition at line 53 of file Dg_and_Dg.hpp.

54 {
55 return iterA(N2, N1, N3) - iterB(N3, N1, N2);
56 }
static Number< 2 > N2
static Number< 1 > N1

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, i, j, k> FTensor::Dg_and_Dg_02< A, B, T, U, Dim, i, j, k >::iterA
private

Definition at line 48 of file Dg_and_Dg.hpp.

◆ iterB

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

Definition at line 49 of file Dg_and_Dg.hpp.


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