Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType > Struct Template Reference

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_subtract (diffArrayViewType diffArray_, inArray1ViewType inArray1_, inArray2ViewType inArray2_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type i) const
 

Public Attributes

diffArrayViewType _diffArray
 
const inArray1ViewType _inArray1
 
const inArray2ViewType _inArray2
 

Detailed Description

template<typename diffArrayViewType, typename inArray1ViewType, typename inArray2ViewType>
struct Intrepid2::FunctorRealSpaceTools::F_subtract< diffArrayViewType, inArray1ViewType, inArray2ViewType >

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

Definition at line 934 of file Intrepid2_RealSpaceToolsDef.hpp.


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