Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Stokhos::Update< ValueType, VectorType > Class Template Reference

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
 

The documentation for this class was generated from the following file: