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

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

Public Member Functions

 Tensor2_constructor (T data[2][3], T d00, T d01, T d10, T d11, T d20, T d21)
 

Detailed Description

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

Definition at line 138 of file Tensor2_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor2_constructor()

template<class T >
FTensor::Tensor2_constructor< T, 3, 2, row_major >::Tensor2_constructor ( data[2][3],
d00,
d01,
d10,
d11,
d20,
d21 
)
inline

Definition at line 141 of file Tensor2_constructor.hpp.

142  {
143  data[0][0] = d00;
144  data[1][0] = d01;
145  data[0][1] = d10;
146  data[1][1] = d11;
147  data[0][2] = d20;
148  data[1][2] = d21;
149  }

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