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

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

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

Public Member Functions

operator() (const int N1, const int N2) const
 
 Christof_numeral_1 (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_1< A, T >

Definition at line 22 of file Christof_numeral.hpp.

Constructor & Destructor Documentation

◆ Christof_numeral_1()

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

Definition at line 29 of file Christof_numeral.hpp.

29 : iterA(a), N(NN) {}

Member Function Documentation

◆ operator()()

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

Definition at line 28 of file Christof_numeral.hpp.

28 { return iterA(N1, N, N2); }

Member Data Documentation

◆ iterA

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

Definition at line 24 of file Christof_numeral.hpp.

◆ N

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

Definition at line 25 of file Christof_numeral.hpp.


The documentation for this class was generated from the following file:
FTensor::Christof_numeral_1::N
const int N
Definition: Christof_numeral.hpp:25
FTensor::Christof_numeral_1::iterA
const A iterA
Definition: Christof_numeral.hpp:24
a
constexpr double a
Definition: approx_sphere.cpp:30