Naming Conventions

The names of the Fortran routines in the VSL Summary Statistics are in lowercase (vslssseditquantiles), while the names of types and constants are in uppercase. The names are not case-sensitive.

In C, the names of the routines, types, and constants are case-sensitive and can be lowercase and uppercase (vslsSSEditQuantiles).

The names of routines have the following structure:

vsl[datatype]SS<base name>   for the C interface

vsl[datatype]ss<base name>   for the Fortran interface

where

Note iconNote

The VSL Summary Statistics routine vslDeleteTask for deletion of the task is independent of the data type and its name omits the [datatype] field.


Submit feedback on this help topic