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

#include <src/ftensor/src/FTensor/Tensor1/Tensor1_Expr.hpp>

Inheritance diagram for FTensor::Tensor1_Expr< A, T, Dim, i >:
[legend]
Collaboration diagram for FTensor::Tensor1_Expr< A, T, Dim, i >:
[legend]

Public Member Functions

 Tensor1_Expr (const A &a)
 
operator() (const int N) const
 

Private Attributes

A iter
 

Detailed Description

template<class A, class T, int Dim, char i>
class FTensor::Tensor1_Expr< A, T, Dim, i >

Definition at line 27 of file Tensor1_Expr.hpp.

Constructor & Destructor Documentation

◆ Tensor1_Expr()

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

Definition at line 32 of file Tensor1_Expr.hpp.

32 : iter(a) {}

Member Function Documentation

◆ operator()()

template<class A , class T , int Dim, char i>
T FTensor::Tensor1_Expr< A, T, Dim, i >::operator() ( const int  N) const
inline

Definition at line 33 of file Tensor1_Expr.hpp.

33 { return iter(N); }

Member Data Documentation

◆ iter

template<class A , class T , int Dim, char i>
A FTensor::Tensor1_Expr< A, T, Dim, i >::iter
private

Definition at line 29 of file Tensor1_Expr.hpp.


The documentation for this class was generated from the following file:
a
constexpr double a
Definition: approx_sphere.cpp:30
FTensor::Tensor1_Expr::iter
A iter
Definition: Tensor1_Expr.hpp:29
N
const int N
Definition: speed_test.cpp:3