|
TiledArray
0.7.0
|
#include <TiledArray/tensor/tensor.h>#include <TiledArray/tensor/tensor_map.h>#include <TiledArray/tensor/tensor_interface.h>#include <TiledArray/tensor/shift_wrapper.h>#include <TiledArray/tensor/operators.h>#include <TiledArray/block_range.h>

Go to the source code of this file.
Namespaces | |
| TiledArray | |
Typedefs | |
| template<typename T > | |
| using | TiledArray::TensorView = detail::TensorInterface< T, BlockRange > |
| template<typename T > | |
| using | TiledArray::TensorConstView = detail::TensorInterface< typename std::add_const< T >::type, BlockRange > |
Functions | |
| template<typename T , typename std::enable_if< detail::is_tensor< T >::value &&detail::is_contiguous_tensor< T >::value >::type * = nullptr> | |
| std::ostream & | TiledArray::operator<< (std::ostream &os, const T &t) |
| Tensor output operator. More... | |