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


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.