v0.14.0
Public Member Functions | Private Attributes | List of all members
FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j > Class Template Reference

#include <src/ftensor/src/FTensor/Tensor2/Tensor2_times_generic.hpp>

Collaboration diagram for FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >:
[legend]

Public Member Functions

promote< T, U >::V operator() (const int N1, const int N2) const
 
 Tensor2_times_generic (const Tensor2_Expr< A, T, Dim0, Dim1, i, j > &a, const U &d0)
 

Private Attributes

const Tensor2_Expr< A, T, Dim0, Dim1, i, jiterA
 
const U & d
 

Detailed Description

template<class A, class T, class U, int Dim0, int Dim1, char i, char j>
class FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >

Definition at line 8 of file Tensor2_times_generic.hpp.

Constructor & Destructor Documentation

◆ Tensor2_times_generic()

template<class A , class T , class U , int Dim0, int Dim1, char i, char j>
FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >::Tensor2_times_generic ( const Tensor2_Expr< A, T, Dim0, Dim1, i, j > &  a,
const U &  d0 
)
inline

Definition at line 19 of file Tensor2_times_generic.hpp.

21  : iterA(a), d(d0)
22  {}

Member Function Documentation

◆ operator()()

template<class A , class T , class U , int Dim0, int Dim1, char i, char j>
promote<T, U>::V FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >::operator() ( const int  N1,
const int  N2 
) const
inline

Definition at line 14 of file Tensor2_times_generic.hpp.

15  {
16  return iterA(N1, N2) * d;
17  }

Member Data Documentation

◆ d

template<class A , class T , class U , int Dim0, int Dim1, char i, char j>
const U& FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >::d
private

Definition at line 11 of file Tensor2_times_generic.hpp.

◆ iterA

template<class A , class T , class U , int Dim0, int Dim1, char i, char j>
const Tensor2_Expr<A, T, Dim0, Dim1, i, j> FTensor::Tensor2_times_generic< A, T, U, Dim0, Dim1, i, j >::iterA
private

Definition at line 10 of file Tensor2_times_generic.hpp.


The documentation for this class was generated from the following file:
FTensor::Tensor2_times_generic::d
const U & d
Definition: Tensor2_times_generic.hpp:11
a
constexpr double a
Definition: approx_sphere.cpp:30
FTensor::Tensor2_times_generic::iterA
const Tensor2_Expr< A, T, Dim0, Dim1, i, j > iterA
Definition: Tensor2_times_generic.hpp:10