![]() |
v0.11.1 |
#include <src/ftensor/src/FTensor/Tensor0.hpp>
Public Member Functions | |
Tensor0 (T *d, const int i=1) | |
const Tensor0 & | operator= (const Tensor0 &a) |
template<class U > | |
const Tensor0 & | operator= (const U &d) |
template<class U > | |
const Tensor0 & | operator+= (const U &d) |
template<class U > | |
const Tensor0 & | operator-= (const U &d) |
template<class U > | |
const Tensor0 & | operator*= (const U &d) |
template<class U > | |
const Tensor0 & | operator/= (const U &d) |
template<class U > | |
const Tensor0 & | operator>>= (U &d) |
template<class U > | |
const Tensor0 & | operator<<= (const U d) |
const T * | operator& () const |
operator T () const | |
const Tensor0 & | operator++ () const |
Protected Attributes | |
T *restrict | data |
Private Attributes | |
const int | inc |
Definition at line 19 of file Tensor0.hpp.
FTensor::Tensor0< T * >::Tensor0 | ( | T * | d, |
const int | i = 1 |
||
) |
Definition at line 27 of file Tensor0.hpp.
FTensor::Tensor0< T * >::operator T | ( | ) | const |
Definition at line 80 of file Tensor0.hpp.
const T* FTensor::Tensor0< T * >::operator& | ( | ) | const |
Definition at line 79 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator*= | ( | const U & | d | ) |
Definition at line 50 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator++ | ( | ) | const |
Definition at line 85 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator+= | ( | const U & | d | ) |
Definition at line 40 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator-= | ( | const U & | d | ) |
Definition at line 45 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator/= | ( | const U & | d | ) |
Definition at line 55 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator<<= | ( | const U | d | ) |
Definition at line 68 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator= | ( | const Tensor0< T * > & | a | ) |
Definition at line 29 of file Tensor0.hpp.
const Tensor0& FTensor::Tensor0< T * >::operator= | ( | const U & | d | ) |
Definition at line 35 of file Tensor0.hpp.
Definition at line 62 of file Tensor0.hpp.
|
mutableprotected |
Definition at line 24 of file Tensor0.hpp.
|
private |
Definition at line 21 of file Tensor0.hpp.