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

#include <src/ftensor/src/FTensor/Tensor3/Tensor3_numeral.hpp>

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

Public Member Functions

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

Private Attributes

A iterA
 
int N
 

Detailed Description

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

Definition at line 11 of file Tensor3_numeral.hpp.

Constructor & Destructor Documentation

◆ Tensor3_numeral_0()

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

Definition at line 18 of file Tensor3_numeral.hpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 17 of file Tensor3_numeral.hpp.

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

Member Data Documentation

◆ iterA

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

Definition at line 13 of file Tensor3_numeral.hpp.

◆ N

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

Definition at line 14 of file Tensor3_numeral.hpp.


The documentation for this class was generated from the following file:
FTensor::Tensor3_numeral_0::iterA
A iterA
Definition: Tensor3_numeral.hpp:13
a
constexpr double a
Definition: approx_sphere.cpp:30
FTensor::Tensor3_numeral_0::N
int N
Definition: Tensor3_numeral.hpp:14