v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
FTensor::Christof_numeral_0< A, T > Class Template Reference

#include <src/ftensor/src/FTensor/Christof/Christof_numeral.hpp>

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

Public Member Functions

T operator() (const int N1, const int N2) const
 
 Christof_numeral_0 (const A &a, const int NN)
 

Private Attributes

const A iterA
 
const int N
 

Detailed Description

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

Definition at line 9 of file Christof_numeral.hpp.

Constructor & Destructor Documentation

◆ Christof_numeral_0()

template<class A , class T >
FTensor::Christof_numeral_0< A, T >::Christof_numeral_0 ( const A a,
const int  NN 
)
inline

Definition at line 16 of file Christof_numeral.hpp.

16: iterA(a), N(NN) {}
constexpr double a

Member Function Documentation

◆ operator()()

template<class A , class T >
T FTensor::Christof_numeral_0< A, T >::operator() ( const int  N1,
const int  N2 
) const
inline

Definition at line 15 of file Christof_numeral.hpp.

15{ return iterA(N, N1, N2); }
static Number< 2 > N2
static Number< 1 > N1

Member Data Documentation

◆ iterA

template<class A , class T >
const A FTensor::Christof_numeral_0< A, T >::iterA
private

Definition at line 11 of file Christof_numeral.hpp.

◆ N

template<class A , class T >
const int FTensor::Christof_numeral_0< A, T >::N
private

Definition at line 12 of file Christof_numeral.hpp.


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