Intrepid2
|
Functor to compute inverse see Intrepid2::RealSpaceTools for more. More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
Public Types | |
typedef inMatViewType::non_const_value_type | value_type |
template<bool B, class T = void> | |
using | enable_if_t = typename std::enable_if< B, T >::type |
Public Member Functions | |
KOKKOS_INLINE_FUNCTION | F_inverse (inverseMatViewType inverseMats_, inMatViewType inMats_) |
template<int M = 0> | |
KOKKOS_INLINE_FUNCTION enable_if_t< M==0 &&supports_rank_4 < inMatViewType >::value > | operator() (const ordinal_type cl, const ordinal_type pt) const |
template<int M = 0> | |
KOKKOS_INLINE_FUNCTION enable_if_t< M==0 &&!supports_rank_4 < inMatViewType >::value > | operator() (const ordinal_type cl, const ordinal_type pt) const |
template<int M = 0> | |
KOKKOS_INLINE_FUNCTION enable_if_t< M==0 &&supports_rank_3 < inMatViewType >::value > | operator() (const ordinal_type pt) const |
template<int M = 0> | |
KOKKOS_INLINE_FUNCTION enable_if_t< M==0 &&!supports_rank_3 < inMatViewType >::value > | 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 |
Functor to compute inverse see Intrepid2::RealSpaceTools for more.
Definition at line 598 of file Intrepid2_RealSpaceToolsDef.hpp.