Intel® oneAPI Math Kernel Library Developer Reference - C

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

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.