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 48 of file Stokhos_Update.hpp.
typedef VectorType Stokhos::Update< ValueType, VectorType >::vector_type |
Definition at line 51 of file Stokhos_Update.hpp.
typedef ValueType Stokhos::Update< ValueType, VectorType >::value_type |
Definition at line 52 of file Stokhos_Update.hpp.
typedef vector_type::execution_space Stokhos::Update< ValueType, VectorType >::execution_space |
Definition at line 53 of file Stokhos_Update.hpp.
typedef execution_space::size_type Stokhos::Update< ValueType, VectorType >::size_type |
Definition at line 54 of file Stokhos_Update.hpp.
|
inline |
Definition at line 62 of file Stokhos_Update.hpp.
|
inline |
Definition at line 73 of file Stokhos_Update.hpp.
|
inlinestatic |
Definition at line 78 of file Stokhos_Update.hpp.
vector_type Stokhos::Update< ValueType, VectorType >::m_x |
Definition at line 57 of file Stokhos_Update.hpp.
const vector_type Stokhos::Update< ValueType, VectorType >::m_y |
Definition at line 58 of file Stokhos_Update.hpp.
const value_type Stokhos::Update< ValueType, VectorType >::m_alpha |
Definition at line 59 of file Stokhos_Update.hpp.
const value_type Stokhos::Update< ValueType, VectorType >::m_beta |
Definition at line 60 of file Stokhos_Update.hpp.