Developer Reference for Intel® oneAPI Math Kernel Library for C

ID 766684
Date 11/07/2023
Public

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

Document Table of Contents

ilaver

Returns the version of the LAPACK library.

Syntax

void LAPACKE_ilaver (lapack_int * vers_major, lapack_int * vers_minor, lapack_int * vers_patch);

Include Files

  • mkl.h

Description

This routine returns the version of the LAPACK library.

Output Parameters

vers_major

Returns the major version of the LAPACK library.

vers_minor

Returns the minor version from the major version of the LAPACK library.

vers_patch

Returns the patch version from the minor version of the LAPACK library.