Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <Stokhos_StochasticProductTensor.hpp>
Public Types | |
typedef Device | execution_space |
typedef execution_space::size_type | size_type |
typedef StochasticProductTensor< ValueType, TensorType, execution_space > | block_type |
Static Public Member Functions | |
template<typename MatrixValue , typename VectorValue > | |
static KOKKOS_INLINE_FUNCTION void | apply (const block_type &block, const MatrixValue *a, const VectorValue *const x, VectorValue *const y) |
Definition at line 231 of file Stokhos_StochasticProductTensor.hpp.
typedef Device Stokhos::BlockMultiply< StochasticProductTensor< ValueType, TensorType, Device > >::execution_space |
Definition at line 234 of file Stokhos_StochasticProductTensor.hpp.
typedef execution_space::size_type Stokhos::BlockMultiply< StochasticProductTensor< ValueType, TensorType, Device > >::size_type |
Definition at line 235 of file Stokhos_StochasticProductTensor.hpp.
typedef StochasticProductTensor< ValueType, TensorType, execution_space > Stokhos::BlockMultiply< StochasticProductTensor< ValueType, TensorType, Device > >::block_type |
Definition at line 236 of file Stokhos_StochasticProductTensor.hpp.
|
inlinestatic |
Definition at line 240 of file Stokhos_StochasticProductTensor.hpp.