Intrepid2
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorArrayTools::F_matvecProduct< OutputViewType, leftInputViewType, rightInputViewType > Struct Template Reference

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

#include <Intrepid2_ArrayToolsDefTensor.hpp>

Public Member Functions

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
 

Static Public Member Functions

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)
 

Public Attributes

OutputViewType _output
 
const leftInputViewType _leftInput
 
const rightInputViewType _rightInput
 
const bool _isTranspose
 

Detailed Description

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: