![]() |
v0.10.0 |
#include <src/ftensor/src/FTensor/Tensor2/Tensor2_Expr.hpp>
Public Member Functions | |
Tensor2_Expr (const A &a) | |
T | operator() (const int N1, const int N2) const |
Private Attributes | |
A | iter |
Definition at line 26 of file Tensor2_Expr.hpp.
FTensor::Tensor2_Expr< A, T, Dim0, Dim1, i, j >::Tensor2_Expr | ( | const A & | a | ) |
Definition at line 31 of file Tensor2_Expr.hpp.
T FTensor::Tensor2_Expr< A, T, Dim0, Dim1, i, j >::operator() | ( | const int | N1, |
const int | N2 | ||
) | const |
Definition at line 32 of file Tensor2_Expr.hpp.
|
private |
Definition at line 28 of file Tensor2_Expr.hpp.