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 >
TiledArray::math::Block< T >::Block ( )
inline

Definition at line 267 of file vector_op.h.

◆ Block() [2/2]

template<typename T >
TiledArray::math::Block< T >::Block ( const T *const  data)
inlineexplicit

Definition at line 268 of file vector_op.h.

Here is the call graph for this function:

Member Function Documentation

◆ data() [1/2]

template<typename T >
T* TiledArray::math::Block< T >::data ( )
inline

Definition at line 283 of file vector_op.h.

Here is the caller graph for this function:

◆ data() [2/2]

template<typename T >
const T* TiledArray::math::Block< T >::data ( ) const
inline

Definition at line 284 of file vector_op.h.

◆ gather()

template<typename T >
Block<T>& TiledArray::math::Block< T >::gather ( const T *const  data,
const std::size_t  stride 
)
inline

Definition at line 274 of file vector_op.h.

Here is the call graph for this function:

◆ load()

template<typename T >
void TiledArray::math::Block< T >::load ( const T *const  data)
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 >
void TiledArray::math::Block< T >::scatter_to ( T *const  data,
std::size_t  stride 
) const
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 >
void TiledArray::math::Block< T >::store ( T *const  data) const
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: