Summary Statistics Naming Conventions
The names of
Summary Statistics routines, types, and constants are case-sensitive
and can contain lowercase and uppercase characters (
vslsSSEditQuantiles
).
The names of routines have the following structure:
vsl
[datatype
]SS
<base
name
>where
- vslis a prefix indicating that the routine belongs toVector Statistics.Intel® oneAPI Math Kernel Library
- [specifies the type of the input and/or output data and can bedatatype]s(single precision real type),d(double precision real type), ori(integer type).
- SS/ssindicates that the routine is intended for calculations of the Summary Statistics estimates.
- <base name>specifies a particular functionality that the routine is designed for, for example,NewTask,Compute,DeleteTask.
The Summary Statistics routine
vslDeleteTask
for
deletion of the task is independent of the data type and its name omits the
[
field.
datatype
]