ILAVER(1) | LAPACK routine (version 3.2) | ILAVER(1) |
NAME¶
ILAVER - subroutine return the Lapack version Arguments ========= VERS_MAJOR (output) INTEGER return the lapack major version VERS_MINOR (output) INTEGER return the lapack minor version from the major version VERS_PATCH (output) INTEGER return the lapack patch version from the minor version ===================================================================== ===================================================================== =====================================================================
SYNOPSIS¶
- SUBROUTINE ILAVER(
- VERS_MAJOR, VERS_MINOR, VERS_PATCH )
PURPOSE¶
This subroutine return the Lapack version
November 2008 | LAPACK routine (version 3.2) |