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

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

Public Member Functions

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

Detailed Description

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

Definition at line 128 of file Tensor2_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor2_constructor()

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

Definition at line 131 of file Tensor2_constructor.hpp.

132  {
133  data[0][0] = d00;
134  data[0][1] = d10;
135  }

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