v0.15.0
Loading...
Searching...
No Matches
FTensor::Tensor1_constructor< T, 4 > 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)
 

Detailed Description

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

Definition at line 37 of file Tensor1_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor1_constructor()

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

Definition at line 40 of file Tensor1_constructor.hpp.

41 {
42 data[0] = d0;
43 data[1] = d1;
44 data[2] = d2;
45 data[3] = d3;
46 }
static constexpr std::array< double, 3 > d3

The documentation for this class was generated from the following file: