Intrepid2
Public Types | Public Member Functions | Public Attributes | List of all members
Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank > Struct Template Reference

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

#include <Intrepid2_RealSpaceToolsDef.hpp>

Public Types

template<bool B, class T = void>
using enable_if_t = typename std::enable_if<B,T>::type
 

Public Member Functions

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
 

Public Attributes

detArrayViewType _detArray
 
inMatViewType _inMats
 

Detailed Description

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.

Member Typedef Documentation

◆ enable_if_t

template<typename detArrayViewType , typename inMatViewType , int rank>
template<bool B, class T = void>
using Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::enable_if_t = typename std::enable_if<B,T>::type

Definition at line 812 of file Intrepid2_RealSpaceToolsDef.hpp.

Constructor & Destructor Documentation

◆ F_det()

template<typename detArrayViewType , typename inMatViewType , int rank>
KOKKOS_INLINE_FUNCTION Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::F_det ( detArrayViewType detArray_,
inMatViewType inMats_ )
inline

Definition at line 807 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Function Documentation

◆ operator()() [1/4]

template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
KOKKOS_INLINE_FUNCTION enable_if_t< M==2 &&supports_rank_4< inMatViewType >::value > Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::operator() ( const ordinal_type cl,
const ordinal_type pt ) const
inline

Definition at line 832 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ operator()() [2/4]

template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
KOKKOS_INLINE_FUNCTION enable_if_t< M==2 &&!supports_rank_4< inMatViewType >::value > Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::operator() ( const ordinal_type cl,
const ordinal_type pt ) const
inline

Definition at line 841 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ operator()() [3/4]

template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
KOKKOS_INLINE_FUNCTION enable_if_t< M==1 &&supports_rank_3< inMatViewType >::value > Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::operator() ( const ordinal_type pt) const
inline

Definition at line 817 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ operator()() [4/4]

template<typename detArrayViewType , typename inMatViewType , int rank>
template<int M = rank>
KOKKOS_INLINE_FUNCTION enable_if_t< M==1 &&!supports_rank_3< inMatViewType >::value > Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::operator() ( const ordinal_type pt) const
inline

Definition at line 825 of file Intrepid2_RealSpaceToolsDef.hpp.

Member Data Documentation

◆ _detArray

template<typename detArrayViewType , typename inMatViewType , int rank>
detArrayViewType Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::_detArray

Definition at line 803 of file Intrepid2_RealSpaceToolsDef.hpp.

◆ _inMats

template<typename detArrayViewType , typename inMatViewType , int rank>
inMatViewType Intrepid2::FunctorRealSpaceTools::F_det< detArrayViewType, inMatViewType, rank >::_inMats

Definition at line 804 of file Intrepid2_RealSpaceToolsDef.hpp.


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