Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Stokhos::CooProductTensor< ValueType, ExecutionSpace, PackIndex > Class Template Reference

Sparse product tensor using 'COO'-like storage format. More...

#include <Stokhos_CooProductTensor.hpp>

Detailed Description

template<typename ValueType, class ExecutionSpace, bool PackIndex>
class Stokhos::CooProductTensor< ValueType, ExecutionSpace, PackIndex >

Sparse product tensor using 'COO'-like storage format.

Entries are sorted by stochastic 'row', requiring segmented-reduction based on row index.

Third template argument determines whether to store (i,j,k) triple in a single value.


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