|
Intrepid2
|
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) |
| template<typename... Args> requires (std::is_same_v<T, Args> && ...) | |
| static KOKKOS_FORCEINLINE_FUNCTION T | max (const T a, const T b, Args... args) |
| static KOKKOS_FORCEINLINE_FUNCTION T | abs (const T a) |
small utility functions
Definition at line 239 of file Intrepid2_Utils.hpp.
|
inlinestatic |
Definition at line 261 of file Intrepid2_Utils.hpp.
|
inlinestatic |
Definition at line 247 of file Intrepid2_Utils.hpp.
|
inlinestatic |
Definition at line 254 of file Intrepid2_Utils.hpp.
|
inlinestatic |
Definition at line 242 of file Intrepid2_Utils.hpp.