SyTen
tensor_storage_info.h File Reference

Storage informational functions for Tensor objects. More...

#include "inc/tensor/tensor.h"
#include "inc/util/pair.h"
+ Include dependency graph for tensor_storage_info.h:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  syten::TensorInfoStorageSum
 Data structure holding summarised storage information for a single tensor. More...
 

Namespaces

 syten
 Syten namespace.
 

Functions

std::ostreamsyten::operator<< (std::ostream &out, TensorInfoStorageSum const &info)
 Output for a TensorInfoStorageSum object. More...
 
template<Rank rank>
TensorInfoStorageSum syten::storage_blocks_summed (Tensor< rank > const &t)
 Create a TensorInfoStorageSum object given an input tensor. More...
 

Detailed Description

Storage informational functions for Tensor objects.