v0.14.0
Public Member Functions | List of all members
FTensor::Tensor1_constructor< T, 2 > Class Template Reference

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

Public Member Functions

 Tensor1_constructor (T data[], T d0, T d1)
 

Detailed Description

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

Definition at line 16 of file Tensor1_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor1_constructor()

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

Definition at line 19 of file Tensor1_constructor.hpp.

20  {
21  data[0] = d0;
22  data[1] = d1;
23  }

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