Intrepid2
Static Public Member Functions | List of all members
Intrepid2::Util< T > Class Template Reference

small utility functions More...

#include <Intrepid2_Utils.hpp>

Static Public Member Functions

static KOKKOS_FORCEINLINE_FUNCTION T min (const T a, const T b)
 
static KOKKOS_FORCEINLINE_FUNCTION T max (const T a, const T b)
 
static KOKKOS_FORCEINLINE_FUNCTION T abs (const T a)
 

Detailed Description

template<typename T>
class Intrepid2::Util< T >

small utility functions

Definition at line 270 of file Intrepid2_Utils.hpp.

Member Function Documentation

◆ abs()

template<typename T >
static KOKKOS_FORCEINLINE_FUNCTION T Intrepid2::Util< T >::abs ( const T a)
inlinestatic

Definition at line 283 of file Intrepid2_Utils.hpp.

◆ max()

template<typename T >
static KOKKOS_FORCEINLINE_FUNCTION T Intrepid2::Util< T >::max ( const T a,
const T b )
inlinestatic

Definition at line 278 of file Intrepid2_Utils.hpp.

◆ min()

template<typename T >
static KOKKOS_FORCEINLINE_FUNCTION T Intrepid2::Util< T >::min ( const T a,
const T b )
inlinestatic

Definition at line 273 of file Intrepid2_Utils.hpp.


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