This repository was archived by the owner on Apr 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Numerics
Damien L-G edited this page Feb 8, 2022
·
1 revision
Common mathematical functions
The header <Kokkos_MathematicalFunctions.hpp> provides a consistent and
portable overload set for standard C library mathematical functions, such as
fabs, sqrt, and sin.
Mathematical special functions
Work in progress
Mathematical constants
The header <Kokkos_MathematicalConstants.hpp> is a backport of the C++20
standard library header <numbers> and provides several mathematical
constants, such as pi or sqrt2.
Numeric traits
The header <Kokkos_NumericTraits.hpp> implements a new facility that
is being added to the C++23 standard library and is intended as a
replacement for std::numeric_limits.
Home:
- Introduction
- Machine Model
- Programming Model
- Compiling
- Initialization
- View
- Parallel Dispatch
- Hierarchical Parallelism
- Custom Reductions
- Atomic Operations
- Subviews
- Interoperability
- Kokkos and Virtual Functions
- Initialization and Finalization
- View
- Data Parallelism
- Execution Policies
- Spaces
- Task Parallelism
- Utilities
- STL Compatibility
- Numerics
- Detection Idiom