sparse_shape.h File Reference
#include <TiledArray/tensor.h>
#include <TiledArray/tensor/shift_wrapper.h>
#include <TiledArray/tensor/tensor_interface.h>
#include <TiledArray/tiled_range.h>
#include <TiledArray/val_array.h>
#include <typeinfo>
Include dependency graph for sparse_shape.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | TiledArray::SparseShape< T > |
Frobenius-norm-based sparse shape. More... | |
Namespaces | |
TiledArray | |
Functions | |
template<typename T > | |
std::ostream & | TiledArray::operator<< (std::ostream &os, const SparseShape< T > &shape) |
Add the shape to an output stream. More... | |
template<typename T > | |
bool | TiledArray::is_replicated (World &world, const SparseShape< T > &shape) |
collective bitwise-compare-reduce for SparseShape objects More... | |