v0.14.0 |
#include <src/ftensor/src/FTensor/Tensor0.hpp>
Public Member Functions | |
Tensor0 (T *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/= (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 |
Public Member Functions inherited from FTensor::Tensor0< T * > | |
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 |
Additional Inherited Members | |
Protected Attributes inherited from FTensor::Tensor0< T * > | |
T *restrict | data |
Definition at line 93 of file Tensor0.hpp.
|
inline |
Definition at line 96 of file Tensor0.hpp.
|
inline |
Definition at line 143 of file Tensor0.hpp.
|
inline |
Definition at line 142 of file Tensor0.hpp.
|
inline |
Definition at line 112 of file Tensor0.hpp.
|
inline |
Definition at line 148 of file Tensor0.hpp.
|
inline |
Definition at line 102 of file Tensor0.hpp.
|
inline |
Definition at line 107 of file Tensor0.hpp.
|
inline |
Definition at line 117 of file Tensor0.hpp.
|
inline |
Definition at line 130 of file Tensor0.hpp.
|
inline |
Definition at line 98 of file Tensor0.hpp.
|
inline |
Definition at line 124 of file Tensor0.hpp.