LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ ilaver()

subroutine ilaver ( integer  vers_major,
integer  vers_minor,
integer  vers_patch 
)

ILAVER returns the LAPACK version.

Purpose:
  This subroutine returns the LAPACK version.
Parameters
[out]VERS_MAJORVERS_MAJOR is INTEGER return the lapack major version
[out]VERS_MINORVERS_MINOR is INTEGER return the lapack minor version from the major version
[out]VERS_PATCHVERS_PATCH is INTEGER return the lapack patch version from the minor version
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.

Definition at line 50 of file ilaver.f.

51*
52* -- LAPACK computational routine --
53* -- LAPACK is a software package provided by Univ. of Tennessee, --
54* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
55*
56* =====================================================================
57*
58 INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
59* =====================================================================
60 vers_major = 3
61 vers_minor = 12
62 vers_patch = 0
63* =====================================================================
64*
65 RETURN
Here is the caller graph for this function: