Functor to compute determinant see Intrepid2::RealSpaceTools for more.
More...
#include <Intrepid2_RealSpaceToolsDef.hpp>
|
template<bool B, class T = void> |
using | enable_if_t = typename std::enable_if<B,T>::type |
|
|
KOKKOS_INLINE_FUNCTION | F_det (detArrayViewType detArray_, inMatViewType inMats_) |
|
template<int M = rank> |
KOKKOS_INLINE_FUNCTION enable_if_t< M==1 &&supports_rank_3< inMatViewType >::value > | operator() (const ordinal_type pt) const |
|
template<int M = rank> |
KOKKOS_INLINE_FUNCTION enable_if_t< M==1 &&!supports_rank_3< inMatViewType >::value > | operator() (const ordinal_type pt) const |
|
template<int M = rank> |
KOKKOS_INLINE_FUNCTION enable_if_t< M==2 &&supports_rank_4< inMatViewType >::value > | operator() (const ordinal_type cl, const ordinal_type pt) const |
|
template<int M = rank> |
KOKKOS_INLINE_FUNCTION enable_if_t< M==2 &&!supports_rank_4< inMatViewType >::value > | operator() (const ordinal_type cl, const ordinal_type pt) const |
|
template<typename detArrayViewType, typename inMatViewType, int rank>
struct Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >
Functor to compute determinant see Intrepid2::RealSpaceTools for more.
Definition at line 802 of file Intrepid2_RealSpaceToolsDef.hpp.
◆ enable_if_t
template<typename detArrayViewType , typename inMatViewType , int rank>
template<bool B, class T = void>
◆ F_det()
template<typename detArrayViewType , typename inMatViewType , int rank>
◆ operator()() [1/4]
template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
◆ operator()() [2/4]
template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
◆ operator()() [3/4]
template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
◆ operator()() [4/4]
template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
◆ _detArray
template<typename detArrayViewType , typename inMatViewType , int rank>
◆ _inMats
template<typename detArrayViewType , typename inMatViewType , int rank>
The documentation for this struct was generated from the following file: