VSLStatsTask ============ .. cpp:class:: numpy::VSLStatsTask numpy C++ class. Example ------- .. code-block:: cpp #include using namespace numpy; // Use VSLStatsTask VSLStatsTask obj; // ... operations ... Constructors ------------ .. list-table:: :widths: 55 25 20 :header-rows: 1 * - Signature - Location - Example * - ``VSLStatsTask(const T \*data, size_tn)`` - NP_MKL_ARRAY_OPS.H:281 - * - ``VSLStatsTask(const T \*data, size_tn)`` - NP_MKL_VSL_STATS.H:63 - * - ``VSLStatsTask(const T \*data, size_tn_observations, size_tn_dimensions)`` - NP_MKL_VSL_STATS.H:91 - * - ``VSLStatsTask(const VSLStatsTask &)`` - NP_MKL_VSL_STATS.H:121 - * - ``noexcept VSLStatsTask(VSLStatsTask &&other)`` - NP_MKL_VSL_STATS.H:125 - Operators --------- .. list-table:: :widths: 40 25 15 20 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``VSLStatsTask & operator=(const VSLStatsTask &)`` - VSLStatsTask & - NP_MKL_VSL_STATS.H:122 - * - ``VSLStatsTask & noexcept operator=(VSLStatsTask &&other)`` - VSLStatsTask & noexcept - NP_MKL_VSL_STATS.H:133 - Indexing / Selection -------------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``VSLSSTaskPtr get_task()`` - VSLSSTaskPtr - NP_MKL_ARRAY_OPS.H:304 - * - ``VSLSSTaskPtr & get_task()`` - VSLSSTaskPtr & - NP_MKL_VSL_STATS.H:149 - Type Checking ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``bool is_valid()`` - bool - NP_MKL_ARRAY_OPS.H:303 - * - ``bool is_valid()`` - bool - NP_MKL_VSL_STATS.H:148 - Other Methods ------------- .. list-table:: :widths: 40 20 15 25 :header-rows: 1 * - Signature - Return Type - Location - Example * - ``size_t n_dimensions()`` - size_t - NP_MKL_VSL_STATS.H:151 - * - ``size_t n_observations()`` - size_t - NP_MKL_VSL_STATS.H:150 -