tensor.h File Reference
Include dependency graph for tensor.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  TiledArray::detail::TraceIsDefined< Tensor< T, A >, enable_if_numeric_t< T > >
 Signals that we can take the trace of a Tensor<T, A> (for numeric T) More...
 
class  TiledArray::Tensor< T, A >
 An N-dimensional tensor object. More...
 
struct  TiledArray::detail::Trace< Tensor< T, A >, detail::enable_if_numeric_t< T > >
 
struct  TiledArray::detail::transform< Tensor< T, A > >
 specialization of TiledArray::detail::transform for Tensor More...
 

Namespaces

 TiledArray
 
 TiledArray::detail
 

Functions

template<typename T , typename A >
bool TiledArray::operator== (const Tensor< T, A > &a, const Tensor< T, A > &b)
 
template<typename T , typename A >
bool TiledArray::operator!= (const Tensor< T, A > &a, const Tensor< T, A > &b)