Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_CrsProductTensor.hpp>
Public Types | |
typedef Device | execution_space |
typedef CrsProductTensor< ValueType, execution_space > | tensor_type |
typedef tensor_type::size_type | size_type |
Static Public Member Functions | |
template<typename MatrixValue , typename VectorValue > | |
static KOKKOS_INLINE_FUNCTION void | apply (const tensor_type &tensor, const MatrixValue *const a, const VectorValue *const x, VectorValue *const y, const VectorValue &alpha=VectorValue(1)) |
static KOKKOS_INLINE_FUNCTION size_type | matrix_size (const tensor_type &tensor) |
static KOKKOS_INLINE_FUNCTION size_type | vector_size (const tensor_type &tensor) |
Definition at line 568 of file Stokhos_CrsProductTensor.hpp.
typedef Device Stokhos::BlockMultiply< CrsProductTensor< ValueType, Device > >::execution_space |
Definition at line 572 of file Stokhos_CrsProductTensor.hpp.
typedef CrsProductTensor< ValueType , execution_space > Stokhos::BlockMultiply< CrsProductTensor< ValueType, Device > >::tensor_type |
Definition at line 573 of file Stokhos_CrsProductTensor.hpp.
typedef tensor_type::size_type Stokhos::BlockMultiply< CrsProductTensor< ValueType, Device > >::size_type |
Definition at line 574 of file Stokhos_CrsProductTensor.hpp.
|
inlinestatic |
Definition at line 687 of file Stokhos_CrsProductTensor.hpp.
|
inlinestatic |
Definition at line 739 of file Stokhos_CrsProductTensor.hpp.
|
inlinestatic |
Definition at line 743 of file Stokhos_CrsProductTensor.hpp.