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

#include <src/ftensor/src/FTensor/Tensor4/Tensor4_contracted.hpp>

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

Public Member Functions

operator() (const int N0, const int N1) const
 
 Tensor4_contracted_23 (const A &a)
 

Private Attributes

A iterA
 

Detailed Description

template<class A, class T, int Dim>
class FTensor::Tensor4_contracted_23< A, T, Dim >

Definition at line 8 of file Tensor4_contracted.hpp.

Constructor & Destructor Documentation

◆ Tensor4_contracted_23()

template<class A , class T , int Dim>
FTensor::Tensor4_contracted_23< A, T, Dim >::Tensor4_contracted_23 ( const A a)
inline

Definition at line 22 of file Tensor4_contracted.hpp.

22 : iterA(a) {}

Member Function Documentation

◆ operator()()

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

Definition at line 13 of file Tensor4_contracted.hpp.

14  {
15  T result(0);
16  for(int ii = 0; ii < Dim; ++ii)
17  {
18  result += iterA(N0, N1, ii, ii);
19  }
20  return result;
21  }

Member Data Documentation

◆ iterA

template<class A , class T , int Dim>
A FTensor::Tensor4_contracted_23< A, T, Dim >::iterA
private

Definition at line 10 of file Tensor4_contracted.hpp.


The documentation for this class was generated from the following file:
FTensor::Tensor4_contracted_23::iterA
A iterA
Definition: Tensor4_contracted.hpp:10
a
constexpr double a
Definition: approx_sphere.cpp:30