Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_scale< ValueType, scaledArrayViewType, inArrayViewType > Struct Template Reference

Functor to scale md arrays see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_scale (scaledArrayViewType scaledArray_, inArrayViewType inArray_, const ValueType alpha_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type i) const
 

Public Attributes

scaledArrayViewType _scaledArray
 
const inArrayViewType _inArray
 
const ValueType _alpha
 

Detailed Description

template<typename ValueType, typename scaledArrayViewType, typename inArrayViewType>
struct Intrepid2::FunctorRealSpaceTools::F_scale< ValueType, scaledArrayViewType, inArrayViewType >

Functor to scale md arrays see Intrepid2::RealSpaceTools for more.

Definition at line 1026 of file Intrepid2_RealSpaceToolsDef.hpp.


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