ParallelConfig#
-
class numpy::ParallelConfig#
numpy C++ class.
Example#
#include <numpy/np_ndarray.h>
using namespace numpy;
// Use ParallelConfig
ParallelConfig obj;
// ... operations ...
Indexing / Selection#
Signature |
Return Type |
Location |
Example |
|---|---|---|---|
|
ParallelConfig |
NP_PARALLEL_SORT.H:30 |