Intel® oneAPI Math Kernel Library Developer Reference - C
Returns the version of the LAPACK library.
void LAPACKE_ilaver (lapack_int * vers_major, lapack_int * vers_minor, lapack_int * vers_patch);
This routine returns the version of the LAPACK library.
Returns the major version of the LAPACK library.
Returns the minor version from the major version of the LAPACK library.
Returns the patch version from the minor version of the LAPACK library.