Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType > Struct Template Reference

Functor to compute matvec see Intrepid2::RealSpaceTools for more. More...

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_matvec (matVecViewType matVecs_, inMatViewType inMats_, inVecViewType inVecs_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const
 

Public Attributes

matVecViewType _matVecs
 
const inMatViewType _inMats
 
const inVecViewType _inVecs
 

Detailed Description

template<typename matVecViewType, typename inMatViewType, typename inVecViewType>
struct Intrepid2::FunctorRealSpaceTools::F_matvec< matVecViewType, inMatViewType, inVecViewType >

Functor to compute matvec see Intrepid2::RealSpaceTools for more.

Definition at line 1189 of file Intrepid2_RealSpaceToolsDef.hpp.


The documentation for this struct was generated from the following file: