Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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 251 of file Stokhos_Multiply.hpp.

Constructor & Destructor Documentation

◆ MultiplyScaledUpdate2()

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

Definition at line 254 of file Stokhos_Multiply.hpp.

Member Function Documentation

◆ operator()()

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 257 of file Stokhos_Multiply.hpp.

Member Data Documentation

◆ a

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

Definition at line 252 of file Stokhos_Multiply.hpp.

◆ b

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

Definition at line 253 of file Stokhos_Multiply.hpp.


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