Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

vslSSEditQuantiles

Modifies the pointers to parameters related to quantile computations.

Syntax

status = vslsSSEditQuantiles(task, quant_order_n, quant_order, quants, order_stats, order_stats_storage);

status = vsldSSEditQuantiles(task, quant_order_n, quant_order, quants, order_stats, order_stats_storage);

Include Files

  • mkl.h

Input Parameters

Name

Type

Description

task

VSLSSTaskPtr

Descriptor of the task

quant_order_n

const MKL_INT*

Pointer to the number of quantile orders

quant_order

const float* for vslsSSEditQuantiles

const double* for vsldSSEditQuantiles

Pointer to the array of quantile orders

quants

float* for vslsSSEditQuantiles

double* for vsldSSEditQuantiles

Pointer to the array of quantiles

order_stats

float* for vslsSSEditQuantiles

double* for vsldSSEditQuantiles

Pointer to the array of order statistics

order_stats_storage

const MKL_INT*

Pointer to the storage format of the order statistics array

Output Parameters

Name

Type

Description

status

int

Current status of the task

Description

The vslSSEditQuantiles routine replaces pointers to the number of quantile orders, the array of quantile orders, the array of quantiles, the array that holds order statistics, and the storage format for the order statistics with values passed into the routine. See Table "Storage format of matrix of observations and order statistics" for possible values of the order_statistics_storage parameter. If you pass a value of NULL for a specific input parameter, the value of that parameter in the task descriptor is unchanged.