|
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 26 of file Intrepid2_ArrayToolsDefDot.hpp.
| typedef OutputViewType::value_type Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::value_type |
Definition at line 31 of file Intrepid2_ArrayToolsDefDot.hpp.
|
inline |
Definition at line 34 of file Intrepid2_ArrayToolsDefDot.hpp.
|
inline |
Definition at line 42 of file Intrepid2_ArrayToolsDefDot.hpp.
| const bool Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_hasField |
Definition at line 30 of file Intrepid2_ArrayToolsDefDot.hpp.
| leftInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_leftInput |
Definition at line 28 of file Intrepid2_ArrayToolsDefDot.hpp.
| OutputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_output |
Definition at line 27 of file Intrepid2_ArrayToolsDefDot.hpp.
| rightInputViewType Intrepid2::FunctorArrayTools::F_dotMultiply< OutputViewType, leftInputViewType, rightInputViewType >::_rightInput |
Definition at line 29 of file Intrepid2_ArrayToolsDefDot.hpp.