Intrepid2
Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType > Struct Template Reference

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_AtA (outMatViewType outMats_, inMatViewType inMats_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type iter) const
 

Public Attributes

outMatViewType _outMats
 
const inMatViewType _inMats
 

Detailed Description

template<typename outMatViewType, typename inMatViewType>
struct Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType >

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

Definition at line 1337 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_AtA()

template<typename outMatViewType , typename inMatViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType >::F_AtA ( outMatViewType  outMats_,
inMatViewType  inMats_ 
)
inline

Definition at line 1342 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename outMatViewType , typename inMatViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType >::operator() ( const ordinal_type  iter) const
inline

Definition at line 1347 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _inMats

template<typename outMatViewType , typename inMatViewType >
const inMatViewType Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType >::_inMats

Definition at line 1339 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _outMats

template<typename outMatViewType , typename inMatViewType >
outMatViewType Intrepid2::FunctorRealSpaceTools::F_AtA< outMatViewType, inMatViewType >::_outMats

Definition at line 1338 of file Intrepid2_RealSpaceToolsDef.hpp.


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