-
inline void ilaver(integer *vers_major, integer *vers_minor, integer *vers_patch__)#
ILAVER returns the LAPACK version.
Purpose:
This subroutine returns the LAPACK version.
- Parameters:
VERS_MAJOR – [out]
VERS_MAJOR is INTEGER
return the lapack major version
VERS_MINOR – [out]
VERS_MINOR is INTEGER
return the lapack minor version from the major version
VERS_PATCH – [out]
VERS_PATCH is INTEGER
return the lapack patch version from the minor version