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

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

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

Public Member Functions

T operator() (const int N) const
 
 Tensor3_numeral_12 (const A &a, const int NN1, const int NN2)
 

Private Attributes

A iterA
 
int N1
 
int N2
 

Detailed Description

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

Definition at line 35 of file Tensor3_numeral.hpp.

Constructor & Destructor Documentation

◆ Tensor3_numeral_12()

template<class A , class T >
FTensor::Tensor3_numeral_12< A, T >::Tensor3_numeral_12 ( const A a,
const int  NN1,
const int  NN2 
)
inline

Definition at line 42 of file Tensor3_numeral.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 41 of file Tensor3_numeral.hpp.

41{ return iterA(N, N1, N2); }
const int N
Definition: speed_test.cpp:3

Member Data Documentation

◆ iterA

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

Definition at line 37 of file Tensor3_numeral.hpp.

◆ N1

template<class A , class T >
int FTensor::Tensor3_numeral_12< A, T >::N1
private

Definition at line 38 of file Tensor3_numeral.hpp.

◆ N2

template<class A , class T >
int FTensor::Tensor3_numeral_12< A, T >::N2
private

Definition at line 38 of file Tensor3_numeral.hpp.


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