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

#include <src/ftensor/src/FTensor/Ddg/Ddg_numeral.hpp>

Collaboration diagram for FTensor::Ddg_numeral_0< A, T >:
[legend]

Public Member Functions

operator() (const int N2, const int N3, const int N4) const
 
 Ddg_numeral_0 (const A &a, const int NN1)
 

Private Attributes

A iterA
 
int N1
 

Detailed Description

template<class A, class T>
class FTensor::Ddg_numeral_0< A, T >

Definition at line 66 of file Ddg_numeral.hpp.

Constructor & Destructor Documentation

◆ Ddg_numeral_0()

template<class A , class T >
FTensor::Ddg_numeral_0< A, T >::Ddg_numeral_0 ( const A a,
const int  NN1 
)
inline

Definition at line 76 of file Ddg_numeral.hpp.

76 : iterA(a), N1(NN1) {}

Member Function Documentation

◆ operator()()

template<class A , class T >
T FTensor::Ddg_numeral_0< A, T >::operator() ( const int  N2,
const int  N3,
const int  N4 
) const
inline

Definition at line 72 of file Ddg_numeral.hpp.

73  {
74  return iterA(N1, N4, N2, N3);
75  }

Member Data Documentation

◆ iterA

template<class A , class T >
A FTensor::Ddg_numeral_0< A, T >::iterA
private

Definition at line 68 of file Ddg_numeral.hpp.

◆ N1

template<class A , class T >
int FTensor::Ddg_numeral_0< A, T >::N1
private

Definition at line 69 of file Ddg_numeral.hpp.


The documentation for this class was generated from the following file:
FTensor::Ddg_numeral_0::N1
int N1
Definition: Ddg_numeral.hpp:69
a
constexpr double a
Definition: approx_sphere.cpp:30
FTensor::Ddg_numeral_0::iterA
A iterA
Definition: Ddg_numeral.hpp:68