.. _libcudacxx-standard-api-numerics: Numerics Library ================ .. toctree:: :hidden: :maxdepth: 1 numerics_library/bit numerics_library/complex numerics_library/linalg numerics_library/numbers numerics_library/numeric numerics_library/random Any Standard C++ header not listed below is omitted. .. list-table:: :widths: 25 45 30 30 20 :header-rows: 1 * - **Header** - **Content** - **CCCL Availability** - **CUDA Toolkit Availability** - **C++ Reference** * - ```` - Compile-time rational arithmetic - CCCL 2.0.0 - CUDA 11.0 - `\ `_ * - :ref:`\ ` - Access, manipulate, and process individual bits and bit sequences. - CCCL 2.0.0 - CUDA 11.7 - `\ `_ * - :ref:`\ ` - Complex number type - CCCL 2.0.0 - CUDA 11.4 - `\ `_ * - :ref:`\ ` - Linear algebra layouts and accessors - CCCL 3.0.0 - CUDA 13.0 - `\ `_ * - :ref:`\ ` - Numeric constants - CCCL 3.0.0 - CUDA 13.0 - `\ `_ * - :ref:`\ ` - Numeric algorithms - CCCL 2.5.0 - CUDA 12.6 - `\ `_ * - :ref:`\ ` - Random number generation - CCCL 3.3.0 - CUDA 13.3 - `\ `_