API References ############## .. toctree:: :maxdepth: 1 :hidden: API/core-index API/algorithms-index API/containers-index API/simd-index API/alphabetical deprecations :doc:`API/core-index` ~~~~~~~~~~~~~~~~~~~~~ The fundamental abstractions for execution (``parallel_for``, ``parallel_reduce``, ``parallel_scan``) and data (``View``). :doc:`API/algorithms-index` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Utility classes for pseudo-random number generation, sorting algorithms, STL-like parallel algorithms. :doc:`API/containers-index` ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Exotic view-based containers, such as ``DualView``, ``ScatterView``, or ``OffsetView``. :doc:`API/simd-index` ~~~~~~~~~~~~~~~~~~~~~ Data-parallel vector types. :doc:`Alphabetical ` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ List of all library features in alphabetical order. :doc:`deprecations` ~~~~~~~~~~~~~~~~~~~ List of obsolete features that have been deprecated and/or removed.