Intrepid2
|
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 |
Functor for dotMultiply see Intrepid2::ArrayTools for more.
Definition at line 59 of file Intrepid2_ArrayToolsDefDot.hpp.
typedef OutputViewType::value_type Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::value_type |
Definition at line 64 of file Intrepid2_ArrayToolsDefDot.hpp.
|
inline |
Definition at line 67 of file Intrepid2_ArrayToolsDefDot.hpp.
|
inline |
Definition at line 75 of file Intrepid2_ArrayToolsDefDot.hpp.
const bool Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_hasField |
Definition at line 63 of file Intrepid2_ArrayToolsDefDot.hpp.
leftInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_leftInput |
Definition at line 61 of file Intrepid2_ArrayToolsDefDot.hpp.
OutputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_output |
Definition at line 60 of file Intrepid2_ArrayToolsDefDot.hpp.
rightInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_rightInput |
Definition at line 62 of file Intrepid2_ArrayToolsDefDot.hpp.