Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_Update.hpp>
Public Types | |
typedef VectorType | vector_type |
typedef ValueType | value_type |
typedef vector_type::execution_space | execution_space |
typedef execution_space::size_type | size_type |
Public Member Functions | |
Update (const value_type &alpha, vector_type &x, const value_type &beta, const vector_type &y) | |
KOKKOS_INLINE_FUNCTION void | operator() (const size_type iRow) const |
Static Public Member Functions | |
static void | apply (const value_type &alpha, vector_type &x, const value_type &beta, const vector_type &y) |
Public Attributes | |
vector_type | m_x |
const vector_type | m_y |
const value_type | m_alpha |
const value_type | m_beta |
Definition at line 16 of file Stokhos_Update.hpp.
typedef VectorType Stokhos::Update< ValueType, VectorType >::vector_type |
Definition at line 19 of file Stokhos_Update.hpp.
typedef ValueType Stokhos::Update< ValueType, VectorType >::value_type |
Definition at line 20 of file Stokhos_Update.hpp.
typedef vector_type::execution_space Stokhos::Update< ValueType, VectorType >::execution_space |
Definition at line 21 of file Stokhos_Update.hpp.
typedef execution_space::size_type Stokhos::Update< ValueType, VectorType >::size_type |
Definition at line 22 of file Stokhos_Update.hpp.
|
inline |
Definition at line 30 of file Stokhos_Update.hpp.
|
inline |
Definition at line 41 of file Stokhos_Update.hpp.
|
inlinestatic |
Definition at line 46 of file Stokhos_Update.hpp.
vector_type Stokhos::Update< ValueType, VectorType >::m_x |
Definition at line 25 of file Stokhos_Update.hpp.
const vector_type Stokhos::Update< ValueType, VectorType >::m_y |
Definition at line 26 of file Stokhos_Update.hpp.
const value_type Stokhos::Update< ValueType, VectorType >::m_alpha |
Definition at line 27 of file Stokhos_Update.hpp.
const value_type Stokhos::Update< ValueType, VectorType >::m_beta |
Definition at line 28 of file Stokhos_Update.hpp.