![]() |
v0.13.2 |
#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.
|
inline |
Definition at line 27 of file Tensor0.hpp.
|
inline |
Definition at line 80 of file Tensor0.hpp.
|
inline |
Definition at line 79 of file Tensor0.hpp.
|
inline |
Definition at line 50 of file Tensor0.hpp.
|
inline |
Definition at line 85 of file Tensor0.hpp.
|
inline |
Definition at line 40 of file Tensor0.hpp.
|
inline |
Definition at line 45 of file Tensor0.hpp.
|
inline |
Definition at line 55 of file Tensor0.hpp.
|
inline |
Definition at line 68 of file Tensor0.hpp.
|
inline |
Definition at line 29 of file Tensor0.hpp.
|
inline |
Definition at line 35 of file Tensor0.hpp.
|
inline |
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.