#include <src/ftensor/src/FTensor/Tensor3/Tensor3_constructor.hpp>
template<class
T>
class FTensor::Tensor3_constructor< T, 2, 2, 2 >
Definition at line 11 of file Tensor3_constructor.hpp.
◆ Tensor3_constructor()
FTensor::Tensor3_constructor< T, 2, 2, 2 >::Tensor3_constructor |
( |
T |
data[2][2][2], |
|
|
T |
d000, |
|
|
T |
d001, |
|
|
T |
d010, |
|
|
T |
d011, |
|
|
T |
d100, |
|
|
T |
d101, |
|
|
T |
d110, |
|
|
T |
d111 |
|
) |
| |
|
inline |
Definition at line 14 of file Tensor3_constructor.hpp.
16 {
17 data[0][0][0] = d000;
18 data[0][0][1] = d001;
19 data[0][1][0] = d010;
20 data[0][1][1] = d011;
21 data[1][0][0] = d100;
22 data[1][0][1] = d101;
23 data[1][1][0] = d110;
24 data[1][1][1] = d111;
25 }
The documentation for this class was generated from the following file: