.. _blas-routines: BLAS Routines ============== The IntelĀ® oneAPI Math Kernel Library provides a Data Parallel C++ interface to some of the BLAS routines. The routine descriptions are arranged in several sections: - :ref:`blas-level-1-routines` (vector-vector operations) - :ref:`blas-level-2-routines` (matrix-vector operations) - :ref:`blas-level-3-routines` (matrix-matrix operations) - :ref:`blas-like-extensions` .. toctree:: :maxdepth: 1 :hidden: blas-level-1-routines blas-level-2-routines blas-level-3-routines blas-like-extensions