|
TiledArray
0.7.0
|
Tensor tile reference. More...
#include <array_impl.h>
Public Member Functions | |
| TileReference (Impl *tensor, const typename Impl::size_type index) | |
| TileReference (const TileReference< Impl > &other) | |
| template<typename Value > | |
| TileReference< Impl > & | operator= (const Value &value) |
| Impl::future | future () const |
| Impl::value_type | get () const |
| operator typename Impl::future () const | |
| operator typename Impl::value_type () const | |
| index_type | index () const |
| Tile coordinate index accessor. More... | |
| ordinal_type | ordinal () const |
| Tile ordinal index accessor. More... | |
| range_type | make_range () const |
| Tile range factory function. More... | |
Friends | |
| template<typename , typename > | |
| class | ArrayIterator |
| template<typename > | |
| class | TileConstReference |
Tensor tile reference.
| Impl | The TensorImpl type |
Definition at line 46 of file array_impl.h.
|
inline |
Definition at line 66 of file array_impl.h.
|
inline |
Definition at line 70 of file array_impl.h.
|
inline |
|
inline |
Definition at line 85 of file array_impl.h.


|
inline |
Tile coordinate index accessor.
Definition at line 98 of file array_impl.h.
|
inline |
Tile range factory function.
Construct a range object for the current tile
Definition at line 113 of file array_impl.h.
|
inline |
Definition at line 91 of file array_impl.h.


|
inline |
Definition at line 93 of file array_impl.h.
|
inline |
Definition at line 75 of file array_impl.h.
|
inline |
Tile ordinal index accessor.
Definition at line 106 of file array_impl.h.
Definition at line 50 of file array_impl.h.
Definition at line 53 of file array_impl.h.