1 *> \brief \b ILAVER returns the LAPACK version.
3 * =========== DOCUMENTATION ===========
5 * Online html documentation available at
6 * http://www.netlib.org/lapack/explore-html/
11 * SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
13 * INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
21 *> This subroutine returns the LAPACK version.
27 *> \param[out] VERS_MAJOR
28 *> return the lapack major version
30 *> \param[out] VERS_MINOR
31 *> return the lapack minor version from the major version
33 *> \param[out] VERS_PATCH
34 *> return the lapack patch version from the minor version
39 *> \author Univ. of Tennessee
40 *> \author Univ. of California Berkeley
41 *> \author Univ. of Colorado Denver
46 *> \ingroup auxOTHERauxiliary
48 * =====================================================================
49 SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
51 * -- LAPACK computational routine (version 3.6.0) --
52 * -- LAPACK is a software package provided by Univ. of Tennessee, --
53 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
56 * =====================================================================
58 INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
59 * =====================================================================
63 * =====================================================================