Math Kernel Library Developer Guide

Using Code Examples

The Intel® oneAPI Math Kernel Library package includes code examples, located in theexamples subdirectory of the installation directory. Use the examples to determine:

If an Intel® oneAPI Math Kernel Library component that you selected during installation includes code examples, these examples are provided in a separate archive. Extract the examples from the archives before use.

For each component, the examples are grouped in subdirectories mainly by Intel® oneAPI Math Kernel Library function domains and programming languages. For instance, theblas subdirectory (extracted from the examples_core archive) contains a makefile to build the BLAS examples and the vmlc subdirectory contains the makefile to build the C examples for Vector Mathematics functions. Source code for the examples is in the next-level sources subdirectory.

See Also