ParallelConfig ============== .. cpp:class:: numpy::ParallelConfig numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use ParallelConfig ParallelConfig obj; // ... operations ... Indexing / Selection -------------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``ParallelConfig get_default()`` - ParallelConfig - NP_PARALLEL_SORT.H:30 -