Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Sparse product tensor with replicated entries to provide subsets with a given coordinate. More...
#include <Stokhos_LinearSparse3Tensor.hpp>
Public Types | |
typedef ExecutionSpace | execution_space |
typedef execution_space::size_type | size_type |
typedef ValueType | value_type |
Public Member Functions | |
~LinearSparse3Tensor () | |
LinearSparse3Tensor () | |
LinearSparse3Tensor (const LinearSparse3Tensor &rhs) | |
LinearSparse3Tensor & | operator= (const LinearSparse3Tensor &rhs) |
KOKKOS_INLINE_FUNCTION size_type | dimension () const |
Dimension of the tensor. More... | |
KOKKOS_INLINE_FUNCTION size_type | aligned_dimension () const |
Dimension of the tensor. More... | |
KOKKOS_INLINE_FUNCTION size_type | entry_count () const |
Number of sparse entries. More... | |
KOKKOS_INLINE_FUNCTION bool | symmetric () const |
Is tensor built from symmetric PDFs. More... | |
KOKKOS_INLINE_FUNCTION const value_type & | value (const size_type entry) const |
Value for entry 'entry'. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_non_zeros () const |
Number of non-zero's. More... | |
KOKKOS_INLINE_FUNCTION size_type | num_flops () const |
Number flop's per multiply-add. More... | |
Static Public Member Functions | |
template<typename OrdinalType > | |
static LinearSparse3Tensor | create (const Stokhos::ProductBasis< OrdinalType, ValueType > &basis, const Stokhos::Sparse3Tensor< OrdinalType, ValueType > &Cijk, const Teuchos::ParameterList ¶ms) |
Static Public Attributes | |
static const int | block_size = BlockSize |
Private Types | |
typedef Kokkos::View < value_type[], execution_space > | value_array_type |
Private Attributes | |
value_array_type | m_value |
size_type | m_dim |
size_type | m_aligned_dim |
size_type | m_nnz |
size_type | m_flops |
bool | m_symmetric |
Sparse product tensor with replicated entries to provide subsets with a given coordinate.
Definition at line 62 of file Stokhos_LinearSparse3Tensor.hpp.
typedef ExecutionSpace Stokhos::LinearSparse3Tensor< ValueType, ExecutionSpace, BlockSize >::execution_space |
Definition at line 65 of file Stokhos_LinearSparse3Tensor.hpp.
typedef execution_space::size_type Stokhos::LinearSparse3Tensor< ValueType, ExecutionSpace, BlockSize >::size_type |
Definition at line 66 of file Stokhos_LinearSparse3Tensor.hpp.
typedef ValueType Stokhos::LinearSparse3Tensor< ValueType, ExecutionSpace, BlockSize >::value_type |
Definition at line 67 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 73 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Definition at line 85 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Definition at line 88 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Definition at line 97 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Definition at line 106 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Dimension of the tensor.
Definition at line 119 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Dimension of the tensor.
Definition at line 123 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Number of sparse entries.
Definition at line 127 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Is tensor built from symmetric PDFs.
Definition at line 132 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Value for entry 'entry'.
Definition at line 137 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Number of non-zero's.
Definition at line 142 of file Stokhos_LinearSparse3Tensor.hpp.
|
inline |
Number flop's per multiply-add.
Definition at line 147 of file Stokhos_LinearSparse3Tensor.hpp.
|
inlinestatic |
Definition at line 152 of file Stokhos_LinearSparse3Tensor.hpp.
|
static |
Definition at line 69 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 75 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 76 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 77 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 78 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 79 of file Stokhos_LinearSparse3Tensor.hpp.
|
private |
Definition at line 80 of file Stokhos_LinearSparse3Tensor.hpp.