Naming Conventions

The names of Fortran routines in the convolution and correlation API are written in lowercase (vslsconvexec), while the names of Fortran types and constants are written in uppercase. The names are not case-sensitive.

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

The names of routines have the following structure:

vsl[datatype]{Conv|Corr}<base name>   for the C interface

vsl[datatype]{conv|corr}<base name>   for the Fortran interface

where


Submit feedback on this help topic