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

#include <src/ftensor/src/FTensor/Tensor2/Tensor2_constructor.hpp>

Public Member Functions

 Tensor2_constructor (T data[2][1], T d00, T d01)
 

Detailed Description

template<class T>
class FTensor::Tensor2_constructor< T, 1, 2, row_major >

Definition at line 106 of file Tensor2_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor2_constructor()

template<class T >
FTensor::Tensor2_constructor< T, 1, 2, row_major >::Tensor2_constructor ( data[2][1],
d00,
d01 
)
inline

Definition at line 109 of file Tensor2_constructor.hpp.

110  {
111  data[0][0] = d00;
112  data[1][0] = d01;
113  }

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