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

#include <src/ftensor/src/FTensor/Tensor2/Tensor2_numeral.hpp>

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

Public Member Functions

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

Private Attributes

A iterA
 
const int N
 

Detailed Description

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

Definition at line 18 of file Tensor2_numeral.hpp.

Constructor & Destructor Documentation

◆ Tensor2_numeral_0()

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

Definition at line 25 of file Tensor2_numeral.hpp.

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

Member Function Documentation

◆ operator()()

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

Definition at line 24 of file Tensor2_numeral.hpp.

24{ return iterA(N, N1); }
static Number< 1 > N1

Member Data Documentation

◆ iterA

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

Definition at line 20 of file Tensor2_numeral.hpp.

◆ N

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

Definition at line 21 of file Tensor2_numeral.hpp.


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