tensor.h File Reference
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...