Definition at line 40 of file single.cpp.
◆ Tensor1()
◆ operator()() [1/3]
◆ operator()() [2/3]
double& Tensor1::operator() |
( |
const int |
N | ) |
|
|
inline |
◆ operator()() [3/3]
double Tensor1::operator() |
( |
const int |
N | ) |
const |
|
inline |
◆ operator<<
ostream& operator<< |
( |
ostream & |
s, |
|
|
const Tensor1 & |
a |
|
) |
| |
|
friend |
Definition at line 65 of file single.cpp.
67 return s <<
a.data0 <<
" " <<
a.data1 <<
" " <<
a.data2 <<
" ";
◆ data0
◆ data1
◆ data2
The documentation for this class was generated from the following file: