Struct holding the data for a full, non-singleton sparse tensors. More...
Collaboration diagram for syten::SparseTensor< rank, Scalar >::FullData:Public Member Functions | |
| MemoryUsage::MemorySize | allocSize () const |
| allocSize() support More... | |
| template<typename Archive > | |
| void | serialize (Archive &ar, const unsigned int) |
| Boost serialisation of a FullData struct. More... | |
Public Attributes | |
| Coord | dims |
| Dimensions of the sparse tensor. More... | |
| ElementsVec | elements |
| Sorted vector holding the elements in the tensor. More... | |
Struct holding the data for a full, non-singleton sparse tensors.