v0.13.2
Loading...
Searching...
No Matches
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

T 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) {}
constexpr double 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); }
static Number< 2 > N2
static Number< 1 > N1
const int N
Definition: speed_test.cpp:3

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: