v0.15.0
Loading...
Searching...
No Matches
FTensor::Tensor1_constructor< T, 1 > Class Template Reference

#include "src/ftensor/src/FTensor/Tensor1/Tensor1_constructor.hpp"

Public Member Functions

 Tensor1_constructor (T data[], T d0)
 

Detailed Description

template<class T>
class FTensor::Tensor1_constructor< T, 1 >

Definition at line 10 of file Tensor1_constructor.hpp.

Constructor & Destructor Documentation

◆ Tensor1_constructor()

template<class T >
FTensor::Tensor1_constructor< T, 1 >::Tensor1_constructor ( T data[],
T d0 )
inline

Definition at line 13 of file Tensor1_constructor.hpp.

13{ data[0] = d0; }

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