v0.15.0
Loading...
Searching...
No Matches
FTensor::Tensor4_number_3< A, T, N > Class Template Reference

#include "src/ftensor/src/FTensor/Tensor4/Tensor4_number.hpp"

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

Public Member Functions

operator() (const int N0, const int N1, const int N2) const
 
 Tensor4_number_3 (const A &a)
 

Private Attributes

A iterA
 

Detailed Description

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

Definition at line 28 of file Tensor4_number.hpp.

Constructor & Destructor Documentation

◆ Tensor4_number_3()

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

Definition at line 36 of file Tensor4_number.hpp.

36: iterA(a) {}
constexpr double a

Member Function Documentation

◆ operator()()

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

Definition at line 33 of file Tensor4_number.hpp.

33 {
34 return iterA(N0, N1, N2, N);
35 }
const int N
Definition speed_test.cpp:3

Member Data Documentation

◆ iterA

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

Definition at line 30 of file Tensor4_number.hpp.


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