1ILAVER(1) LAPACK routine (version 3.1.1) ILAVER(1)
2
3
4
6 ILAVER - return the Lapack version Arguments ========= VERS_MAJOR
7 (output) INTEGER return the lapack major version VERS_MINOR (output)
8 INTEGER return the lapack minor version from the major version
9 VERS_PATCH (output) INTEGER return the lapack patch version from the
10 minor version
11 =====================================================================
12 =====================================================================
13 =====================================================================
14
16 SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
17
19 This subroutine return the Lapack version
20
21
22
23 LAPACK routine (version 3.1.1) February 2007 ILAVER(1)