SyTen
syten::SparseTensor< rank, Scalar >::FullData Struct Reference

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...
 

Detailed Description

template<Rank rank, typename Scalar = CDef>
struct syten::SparseTensor< rank, Scalar >::FullData

Struct holding the data for a full, non-singleton sparse tensors.


The documentation for this struct was generated from the following file: