Storage informational functions for Tensor objects. More...
Classes | |
struct | syten::TensorInfoStorageSum |
Data structure holding summarised storage information for a single tensor. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
Functions | |
std::ostream & | syten::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... | |
Storage informational functions for Tensor objects.