|
Intrepid2
|
Functor for matmatProduct see Intrepid2::ArrayTools for more. More...
#include <Intrepid2_ArrayToolsDefTensor.hpp>
Public Types | |
| typedef leftInputViewType::value_type | value_type |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION | F_matmatProduct (OutputViewType output_, leftInputViewType leftInput_, rightInputViewType rightInput_, const bool hasField_, const bool isTranspose_) |
| KOKKOS_INLINE_FUNCTION void | operator() (const size_type iter) const |
Public Attributes | |
| OutputViewType | _output |
| leftInputViewType | _leftInput |
| rightInputViewType | _rightInput |
| const bool | _hasField |
| const bool | _isTranspose |
Functor for matmatProduct see Intrepid2::ArrayTools for more.
Definition at line 1312 of file Intrepid2_ArrayToolsDefTensor.hpp.
| typedef leftInputViewType::value_type Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::value_type |
Definition at line 1317 of file Intrepid2_ArrayToolsDefTensor.hpp.
|
inline |
Definition at line 1320 of file Intrepid2_ArrayToolsDefTensor.hpp.
|
inline |
Definition at line 1329 of file Intrepid2_ArrayToolsDefTensor.hpp.
| const bool Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::_hasField |
Definition at line 1316 of file Intrepid2_ArrayToolsDefTensor.hpp.
| const bool Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::_isTranspose |
Definition at line 1316 of file Intrepid2_ArrayToolsDefTensor.hpp.
| leftInputViewType Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::_leftInput |
Definition at line 1314 of file Intrepid2_ArrayToolsDefTensor.hpp.
| OutputViewType Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::_output |
Definition at line 1313 of file Intrepid2_ArrayToolsDefTensor.hpp.
| rightInputViewType Intrepid2::FunctorArrayTools::F_matmatProduct< OutputViewType, leftInputViewType, rightInputViewType >::_rightInput |
Definition at line 1315 of file Intrepid2_ArrayToolsDefTensor.hpp.