![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
#include "alpaka/core/common.hpp"#include "alpaka/math/internal/stlMath.hpp"#include <cmath>#include <complex>#include <type_traits>#include "alpaka/math/internal/stlMathImpl.hpp"Go to the source code of this file.
Namespaces | |
| namespace | alpaka |
| main alpaka namespace. | |
| namespace | alpaka::math |
| namespace | alpaka::math::internal |
| namespace | alpaka::math::internal::detail |
Macros | |
| #define | ALPAKA_MATH_UNARY_FUNCTOR(FUNC_NAME, OP_NAME) |
Functions | |
| template<typename T_Arg> | |
| ALPAKA_FN_INLINE constexpr auto | alpaka::math::internal::detail::rsqrt (T_Arg const &arg) |
| Fallback implementation when no better ADL match was found. | |
| template<typename T_Arg> | |
| constexpr auto | alpaka::math::internal::detail::sincos (T_Arg const &arg, T_Arg &result_sin, T_Arg &result_cos) |
| Fallback implementation when no better ADL match was found. | |
| #define ALPAKA_MATH_UNARY_FUNCTOR | ( | FUNC_NAME, | |
| OP_NAME ) |