tensor.h File Reference
#include <TiledArray/block_range.h>
#include <TiledArray/tensor/operators.h>
#include <TiledArray/tensor/shift_wrapper.h>
#include <TiledArray/tensor/tensor.h>
#include <TiledArray/tensor/tensor_interface.h>
#include <TiledArray/tensor/tensor_map.h>
Include dependency graph for tensor.h:
This graph shows which files directly or indirectly include 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... | |