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

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

Public Member Functions

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

Detailed Description

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

Definition at line 116 of file Tensor2_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor2_constructor()

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

Definition at line 119 of file Tensor2_constructor.hpp.

120  {
121  data[0][0] = d00;
122  data[1][0] = d01;
123  data[0][1] = d10;
124  data[1][1] = d11;
125  }

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