Intrepid2
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_inverse< inverseMatViewType, inMatViewType > Struct Template Reference

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Types

typedef
inMatViewType::non_const_value_type 
value_type
 

Public Member Functions

KOKKOS_INLINE_FUNCTION F_inverse (inverseMatViewType inverseMats_, inMatViewType inMats_)
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type cl, const ordinal_type pt) const
 
KOKKOS_INLINE_FUNCTION void operator() (const ordinal_type pt) const
 

Static Public Member Functions

template<typename matViewType , typename invViewType >
static
KOKKOS_FORCEINLINE_FUNCTION
void 
apply_inverse (invViewType inv, const matViewType mat)
 

Public Attributes

inverseMatViewType _inverseMats
 
inMatViewType _inMats
 

Detailed Description

template<typename inverseMatViewType, typename inMatViewType>
struct Intrepid2::FunctorRealSpaceTools::F_inverse< inverseMatViewType, inMatViewType >

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

Definition at line 602 of file Intrepid2_RealSpaceToolsDef.hpp.


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