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

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

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

Public Member Functions

operator() (const int N0, const int N1, const int N3) const
 
 Tensor4_number_2 (const A &a)
 

Private Attributes

A iterA
 

Detailed Description

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

Definition at line 12 of file Tensor4_number.hpp.

Constructor & Destructor Documentation

◆ Tensor4_number_2()

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

Definition at line 20 of file Tensor4_number.hpp.

20: iterA(a) {}
constexpr double a

Member Function Documentation

◆ operator()()

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

Definition at line 17 of file Tensor4_number.hpp.

17 {
18 return iterA(N0, N1, N, N3);
19 }
const int N
Definition speed_test.cpp:3

Member Data Documentation

◆ iterA

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

Definition at line 14 of file Tensor4_number.hpp.


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