TiledArray::math::Block< T > Class Template Reference
Documentation
template<typename T>
class TiledArray::math::Block< T >
Definition at line 263 of file vector_op.h.
Public Member Functions | |
Block () | |
Block (const T *const data) | |
void | load (const T *const data) |
void | store (T *const data) const |
Block< T > & | gather (const T *const data, const std::size_t stride) |
void | scatter_to (T *const data, std::size_t stride) const |
T * | data () |
const T * | data () const |
Constructor & Destructor Documentation
◆ Block() [1/2]
template<typename T >
|
inline |
Definition at line 267 of file vector_op.h.
◆ Block() [2/2]
template<typename T >
|
inlineexplicit |
Member Function Documentation
◆ data() [1/2]
template<typename T >
|
inline |
◆ data() [2/2]
template<typename T >
|
inline |
Definition at line 284 of file vector_op.h.
◆ gather()
template<typename T >
|
inline |
◆ load()
template<typename T >
|
inline |
Definition at line 270 of file vector_op.h.
Here is the call graph for this function:
Here is the caller graph for this function:
◆ scatter_to()
template<typename T >
|
inline |
Definition at line 279 of file vector_op.h.
Here is the call graph for this function:
Here is the caller graph for this function:
◆ store()
template<typename T >
|
inline |
Definition at line 272 of file vector_op.h.
Here is the call graph for this function:
Here is the caller graph for this function:
The documentation for this class was generated from the following file:
- TiledArray/math/vector_op.h