v0.13.2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
FTensor::Tensor1_constructor< T, 3 > 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)
 

Detailed Description

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

Definition at line 26 of file Tensor1_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor1_constructor()

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

Definition at line 29 of file Tensor1_constructor.hpp.

30 {
31 data[0] = d0;
32 data[1] = d1;
33 data[2] = d2;
34 }

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