TiledArray  0.7.0
TiledArray::math::Block< T > Class Template Reference

#include <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
 

Detailed Description

template<typename T>
class TiledArray::math::Block< T >

Definition at line 148 of file vector_op.h.

Constructor & Destructor Documentation

◆ Block() [1/2]

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

Definition at line 268 of file vector_op.h.

◆ Block() [2/2]

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

Definition at line 269 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 284 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 285 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 275 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 271 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 280 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 273 of file vector_op.h.

Here is the call graph for this function:

The documentation for this class was generated from the following file: