Functor for matvecProduct see Intrepid2::ArrayTools for more.  
 More...
#include <Intrepid2_ArrayToolsDefTensor.hpp>
 | 
| 
KOKKOS_INLINE_FUNCTION  | F_matvecProduct (OutputViewType output_, leftInputViewType leftInput_, rightInputViewType rightInput_, const bool isTranspose_) | 
|   | 
| 
KOKKOS_INLINE_FUNCTION void  | operator() (const ordinal_type cl, const ordinal_type pt) const  | 
|   | 
| 
KOKKOS_INLINE_FUNCTION void  | operator() (const ordinal_type cl, const ordinal_type bf, const ordinal_type pt) const  | 
|   | 
 | 
| 
template<typename resultViewType , typename leftViewType , typename rightViewType >  | 
static  
KOKKOS_FORCEINLINE_FUNCTION  
void  | apply_matvec_product (resultViewType &result, const leftViewType &left, const rightViewType &right, const bool isTranspose) | 
|   | 
 | 
| 
OutputViewType  | _output | 
|   | 
| 
const leftInputViewType  | _leftInput | 
|   | 
| 
const rightInputViewType  | _rightInput | 
|   | 
| 
const bool  | _isTranspose | 
|   | 
template<typename OutputViewType, typename leftInputViewType, typename rightInputViewType>
struct Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType >
Functor for matvecProduct see Intrepid2::ArrayTools for more. 
Definition at line 679 of file Intrepid2_ArrayToolsDefTensor.hpp.
The documentation for this struct was generated from the following file: