Returns the version of the LAPACK library.
call ilaver( vers_major, vers_minor, vers_patch )
The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).
This routine returns the version of the LAPACK library.
INTEGER.
Returns the major version of the LAPACK library.
INTEGER.
Returns the minor version from the major version of the LAPACK library.
INTEGER.
Returns the patch version from the minor version of the LAPACK library.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.