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

#include "src/ftensor/src/FTensor/Tensor2/Tensor2_numeral.hpp"

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

Public Member Functions

operator() (const int N1) const
 
 Tensor2_numeral_1 (A &a, const int NN)
 

Private Attributes

A iterA
 
const int N
 

Detailed Description

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

Definition at line 8 of file Tensor2_numeral.hpp.

Constructor & Destructor Documentation

◆ Tensor2_numeral_1()

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

Definition at line 15 of file Tensor2_numeral.hpp.

Member Function Documentation

◆ operator()()

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

Definition at line 14 of file Tensor2_numeral.hpp.

14{ return iterA(N1, N); }

Member Data Documentation

◆ iterA

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

Definition at line 10 of file Tensor2_numeral.hpp.

◆ N

template<class A , class T >
const int FTensor::Tensor2_numeral_1< A, T >::N
private

Definition at line 11 of file Tensor2_numeral.hpp.


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