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

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

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

Public Member Functions

operator() (const int N1, const int N2) const
 
 Christof_number_0 (const A &a)
 

Private Attributes

const A iterA
 

Detailed Description

template<class A, class T, int N>
class FTensor::Christof_number_0< A, T, N >

Definition at line 8 of file Christof_number.hpp.

Constructor & Destructor Documentation

◆ Christof_number_0()

template<class A , class T , int N>
FTensor::Christof_number_0< A, T, N >::Christof_number_0 ( const A a)
inline

Definition at line 14 of file Christof_number.hpp.

14 : iterA(a) {}

Member Function Documentation

◆ operator()()

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

Definition at line 13 of file Christof_number.hpp.

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

Member Data Documentation

◆ iterA

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

Definition at line 10 of file Christof_number.hpp.


The documentation for this class was generated from the following file:
FTensor::Christof_number_0::iterA
const A iterA
Definition: Christof_number.hpp:10
a
constexpr double a
Definition: approx_sphere.cpp:30
N
const int N
Definition: speed_test.cpp:3