| 
    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_LexicographicBlockSparse3Tensor.hpp>
Public Types | |
| typedef ExecutionSpace | execution_space | 
| typedef execution_space::size_type | size_type | 
| typedef ValueType | value_type | 
Public Member Functions | |
| ~LexicographicBlockSparse3Tensor () | |
| LexicographicBlockSparse3Tensor () | |
| LexicographicBlockSparse3Tensor (const LexicographicBlockSparse3Tensor &rhs) | |
| LexicographicBlockSparse3Tensor & | operator= (const LexicographicBlockSparse3Tensor &rhs) | 
| KOKKOS_INLINE_FUNCTION size_type | dimension () const | 
| Dimension of the tensor.  More... | |
| KOKKOS_INLINE_FUNCTION size_type | num_coord () const | 
| Number of coordinates.  More... | |
| KOKKOS_INLINE_FUNCTION size_type | num_value () const | 
| Number of values.  More... | |
| KOKKOS_INLINE_FUNCTION int | get_i_begin (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_j_begin (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_k_begin (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_p_i (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_p_j (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_p_k (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION int | get_j_eq_k (const size_type entry) const | 
| KOKKOS_INLINE_FUNCTION const  value_type &  | value (const size_type entry) const | 
| Cijk 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... | |
| KOKKOS_INLINE_FUNCTION bool | symmetric () const | 
| Is PDF symmetric.  More... | |
Static Public Member Functions | |
| template<typename OrdinalType > | |
| static  LexicographicBlockSparse3Tensor  | create (const Stokhos::ProductBasis< OrdinalType, ValueType > &basis, const Stokhos::LTBSparse3Tensor< OrdinalType, ValueType > &Cijk, const Teuchos::ParameterList ¶ms=Teuchos::ParameterList()) | 
Private Types | |
| typedef Kokkos::View< int[][7],  Kokkos::LayoutRight, execution_space >  | coord_array_type | 
| typedef Kokkos::View < value_type[], execution_space >  | value_array_type | 
Private Attributes | |
| coord_array_type | m_coord | 
| value_array_type | m_value | 
| size_type | m_dimension | 
| size_type | m_flops | 
| bool | m_symmetric | 
Sparse product tensor with replicated entries to provide subsets with a given coordinate.
Definition at line 32 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
| typedef ExecutionSpace Stokhos::LexicographicBlockSparse3Tensor< ValueType, ExecutionSpace >::execution_space | 
Definition at line 35 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
| typedef execution_space::size_type Stokhos::LexicographicBlockSparse3Tensor< ValueType, ExecutionSpace >::size_type | 
Definition at line 36 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
| typedef ValueType Stokhos::LexicographicBlockSparse3Tensor< ValueType, ExecutionSpace >::value_type | 
Definition at line 37 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 41 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 42 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 53 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 56 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 64 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 73 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Dimension of the tensor.
Definition at line 86 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Number of coordinates.
Definition at line 90 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Number of values.
Definition at line 94 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 98 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 104 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 110 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 116 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 122 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 128 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Definition at line 134 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Cijk for entry 'entry'.
Definition at line 140 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Number of non-zero's.
Definition at line 145 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Number flop's per multiply-add.
Definition at line 149 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inline | 
Is PDF symmetric.
Definition at line 153 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  inlinestatic | 
Definition at line 157 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 44 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 45 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 46 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 47 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
      
  | 
  private | 
Definition at line 48 of file Stokhos_LexicographicBlockSparse3Tensor.hpp.
 1.8.5