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

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Member Functions

KOKKOS_INLINE_FUNCTION F_transpose (transposeMatViewType transposeMats_, inMatViewType inMats_)
 
KOKKOS_INLINE_FUNCTION void operator() (const size_type iter) const
 

Public Attributes

transposeMatViewType _transposeMats
 
inMatViewType _inMats
 

Detailed Description

template<typename transposeMatViewType, typename inMatViewType>
struct Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType >

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

Definition at line 540 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_transpose()

template<typename transposeMatViewType , typename inMatViewType >
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType >::F_transpose ( transposeMatViewType transposeMats_,
inMatViewType inMats_ )
inline

Definition at line 545 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()()

template<typename transposeMatViewType , typename inMatViewType >
KOKKOS_INLINE_FUNCTION void Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType >::operator() ( const size_type iter) const
inline

Definition at line 550 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _inMats

template<typename transposeMatViewType , typename inMatViewType >
inMatViewType Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType >::_inMats

Definition at line 542 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _transposeMats

template<typename transposeMatViewType , typename inMatViewType >
transposeMatViewType Intrepid2::FunctorRealSpaceTools::F_transpose< transposeMatViewType, inMatViewType >::_transposeMats

Definition at line 541 of file Intrepid2_RealSpaceToolsDef.hpp.


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