![]() |
v0.10.0 |
#include <src/ftensor/src/FTensor/Tensor4/Tensor4_Expr.hpp>
Public Member Functions | |
Tensor4_Expr (const A &a) | |
T | operator() (const int N1, const int N2, const int N3, const int N4) const |
Private Attributes | |
A | iter |
Definition at line 22 of file Tensor4_Expr.hpp.
FTensor::Tensor4_Expr< A, T, Dim0, Dim1, Dim2, Dim3, i, j, k, l >::Tensor4_Expr | ( | const A & | a | ) |
Definition at line 27 of file Tensor4_Expr.hpp.
T FTensor::Tensor4_Expr< A, T, Dim0, Dim1, Dim2, Dim3, i, j, k, l >::operator() | ( | const int | N1, |
const int | N2, | ||
const int | N3, | ||
const int | N4 | ||
) | const |
Definition at line 28 of file Tensor4_Expr.hpp.
|
private |
Definition at line 24 of file Tensor4_Expr.hpp.