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

#include <src/ftensor/src/FTensor/Tensor1/Tensor1_plus_generic.hpp>

Collaboration diagram for FTensor::Tensor1_plus_generic< A, T, U, Dim, i >:
[legend]

Public Member Functions

promote< T, U >::V operator() (const int N) const
 
 Tensor1_plus_generic (const Tensor1_Expr< A, T, Dim, i > &a, const U &d0)
 

Private Attributes

Tensor1_Expr< A, T, Dim, iiterA
 
d
 

Detailed Description

template<class A, class T, class U, int Dim, char i>
class FTensor::Tensor1_plus_generic< A, T, U, Dim, i >

Definition at line 13 of file Tensor1_plus_generic.hpp.

Constructor & Destructor Documentation

◆ Tensor1_plus_generic()

template<class A , class T , class U , int Dim, char i>
FTensor::Tensor1_plus_generic< A, T, U, Dim, i >::Tensor1_plus_generic ( const Tensor1_Expr< A, T, Dim, i > &  a,
const U &  d0 
)
inline

Definition at line 24 of file Tensor1_plus_generic.hpp.

25  : iterA(a), d(d0)
26  {}

Member Function Documentation

◆ operator()()

template<class A , class T , class U , int Dim, char i>
promote<T, U>::V FTensor::Tensor1_plus_generic< A, T, U, Dim, i >::operator() ( const int  N) const
inline

Definition at line 19 of file Tensor1_plus_generic.hpp.

20  {
21  return iterA(N) + d;
22  }

Member Data Documentation

◆ d

template<class A , class T , class U , int Dim, char i>
U FTensor::Tensor1_plus_generic< A, T, U, Dim, i >::d
private

Definition at line 16 of file Tensor1_plus_generic.hpp.

◆ iterA

template<class A , class T , class U , int Dim, char i>
Tensor1_Expr<A, T, Dim, i> FTensor::Tensor1_plus_generic< A, T, U, Dim, i >::iterA
private

Definition at line 15 of file Tensor1_plus_generic.hpp.


The documentation for this class was generated from the following file:
FTensor::Tensor1_plus_generic::iterA
Tensor1_Expr< A, T, Dim, i > iterA
Definition: Tensor1_plus_generic.hpp:15
a
constexpr double a
Definition: approx_sphere.cpp:30
N
const int N
Definition: speed_test.cpp:3
FTensor::Tensor1_plus_generic::d
U d
Definition: Tensor1_plus_generic.hpp:16