v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FTensor::Tensor1_constructor< T, 6 > Class Template Reference

#include <src/ftensor/src/FTensor/Tensor1/Tensor1_constructor.hpp>

Public Member Functions

 Tensor1_constructor (T data[], T d0, T d1, T d2, T d3, T d4, T d5)
 

Detailed Description

template<class T>
class FTensor::Tensor1_constructor< T, 6 >

Definition at line 48 of file Tensor1_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor1_constructor()

template<class T >
FTensor::Tensor1_constructor< T, 6 >::Tensor1_constructor ( T  data[],
T  d0,
T  d1,
T  d2,
T  d3,
T  d4,
T  d5 
)
inline

Definition at line 51 of file Tensor1_constructor.hpp.

52 {
53 data[0] = d0;
54 data[1] = d1;
55 data[2] = d2;
56 data[3] = d3;
57 data[4] = d4;
58 data[5] = d5;
59 }
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: