#include "src/ftensor/src/FTensor/Tensor1/Tensor1_constructor.hpp"
template<class T>
class FTensor::Tensor1_constructor< T, 9 >
Definition at line 77 of file Tensor1_constructor.hpp.
◆ Tensor1_constructor()
template<class T >
| FTensor::Tensor1_constructor< T, 9 >::Tensor1_constructor |
( |
T |
data[], |
|
|
T |
d0, |
|
|
T |
d1, |
|
|
T |
d2, |
|
|
T |
d3, |
|
|
T |
d4, |
|
|
T |
d5, |
|
|
T |
d6, |
|
|
T |
d7, |
|
|
T |
d8 |
|
) |
| |
|
inline |
Definition at line 79 of file Tensor1_constructor.hpp.
80 {
81 data[0] = d0;
82 data[1] = d1;
83 data[2] = d2;
86 data[5] = d5;
87 data[6] = d6;
88 data[7] = d7;
89 data[8] = d8;
90 }
static constexpr std::array< double, 3 > d4
static constexpr std::array< double, 3 > d3
The documentation for this class was generated from the following file: