ilaver
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.