Intrepid2
Public Types | Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorArrayTools::F_dotMultiply< outputViewType, leftInputViewType, rightInputViewType > Struct Template Reference

Functor for dotMultiply see Intrepid2::ArrayTools for more. More...

#include <Intrepid2_ArrayToolsDefDot.hpp>

Public Types

typedef outputViewType::value_type value_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION F_dotMultiply (outputViewType output_, leftInputViewType leftInput_, rightInputViewType rightInput_, const bool hasField_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

outputViewType _output
 
leftInputViewType _leftInput
 
rightInputViewType _rightInput
 
const bool _hasField
 

Detailed Description

template<typename outputViewType, typename leftInputViewType, typename rightInputViewType>
struct Intrepid2::FunctorArrayTools::F_dotMultiply< outputViewType, leftInputViewType, rightInputViewType >

Functor for dotMultiply see Intrepid2::ArrayTools for more.

Definition at line 59 of file Intrepid2_ArrayToolsDefDot.hpp.


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