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

#include <src/ftensor/src/FTensor/Christof/Christof_constructor.hpp>

Public Member Functions

 Christof_constructor (T data[2][3], T d000, T d100, T d001, T d101, T d011, T d111)
 

Detailed Description

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

Definition at line 11 of file Christof_constructor.hpp.

Constructor & Destructor Documentation

◆ Christof_constructor()

template<class T >
FTensor::Christof_constructor< T, 2, 2 >::Christof_constructor ( data[2][3],
d000,
d100,
d001,
d101,
d011,
d111 
)
inline

Definition at line 14 of file Christof_constructor.hpp.

16  {
17  data[0][0] = d000;
18  data[1][0] = d100;
19  data[0][1] = d001;
20  data[1][1] = d101;
21  data[0][2] = d011;
22  data[1][2] = d111;
23  }

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