ILAVER(3) LAPACK routine of NEC Numeric Library Collection ILAVER(3) NAME ILAVER SYNOPSIS SUBROUTINE ILAVER (VERS_MAJOR, VERS_MINOR, VERS_PATCH) PURPOSE This subroutine returns the LAPACK version. ARGUMENTS VERS_MAJOR return the lapack major version(output) VERS_MINOR return the lapack minor version from the major version(output) VERS_PATCH return the lapack patch version from the minor version (output) LAPACK routine 31 October 2017 ILAVER(3)