Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
Stokhos::details::MultiplyScaledUpdate2< Value > Struct Template Reference

#include <Stokhos_Multiply.hpp>

Public Member Functions

 MultiplyScaledUpdate2 (const Value &a_, const Value &b_)
 
template<typename Scalar >
KOKKOS_INLINE_FUNCTION void operator() (Scalar &y, const Scalar &x) const
 

Public Attributes

const Value a
 
const Value b
 

Detailed Description

template<typename Value>
struct Stokhos::details::MultiplyScaledUpdate2< Value >

Definition at line 219 of file Stokhos_Multiply.hpp.

Constructor & Destructor Documentation

template<typename Value >
Stokhos::details::MultiplyScaledUpdate2< Value >::MultiplyScaledUpdate2 ( const Value &  a_,
const Value &  b_ 
)
inline

Definition at line 222 of file Stokhos_Multiply.hpp.

Member Function Documentation

template<typename Value >
template<typename Scalar >
KOKKOS_INLINE_FUNCTION void Stokhos::details::MultiplyScaledUpdate2< Value >::operator() ( Scalar y,
const Scalar x 
) const
inline

Definition at line 225 of file Stokhos_Multiply.hpp.

Member Data Documentation

template<typename Value >
const Value Stokhos::details::MultiplyScaledUpdate2< Value >::a

Definition at line 220 of file Stokhos_Multiply.hpp.

template<typename Value >
const Value Stokhos::details::MultiplyScaledUpdate2< Value >::b

Definition at line 221 of file Stokhos_Multiply.hpp.


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