Intel® oneAPI Math Kernel Library Cookbook

ID 758503
Date 9/27/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Intel® oneAPI Math Kernel Library Cookbook

The Intel® oneAPI Math Kernel Library (oneMKL) contains many routines to help you solve various numerical problems, such as multiplying matrices, solving a system of equations, and performing a Fourier transform. While many problems do not have dedicated oneMKL routines, you can solve them by assembling the building blocks provided by oneMKL.

The Intel® oneAPI Math Kernel Library Cookbook includes these recipes to help you to assemble oneMKL routines for solving some more complex problems:

NOTE:

Code examples in the cookbook are provided in Fortran for some recipes and in C for other recipes.

You can find code samples for Data Parallel C++ (DPC++) applications in the oneMKL repository. For more resources and to get started with oneMKL, visit Get Started with Intel® oneAPI Math Kernel Library