LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
ilaver.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine ilaver (VERS_MAJOR, VERS_MINOR, VERS_PATCH)
 ILAVER returns the LAPACK version. More...
 

Function/Subroutine Documentation

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_MAJORreturn the lapack major version
[out]VERS_MINORreturn the lapack minor version from the major version
[out]VERS_PATCHreturn the lapack patch version from the minor version
Author
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date
November 2013

Definition at line 50 of file ilaver.f.

50 *
51 * -- LAPACK computational routine (version 3.5.0) --
52 * -- LAPACK is a software package provided by Univ. of Tennessee, --
53 * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
54 * September 2012
55 *
56 * =====================================================================
57 *
58  INTEGER vers_major, vers_minor, vers_patch
59 * =====================================================================
60  vers_major = 3
61  vers_minor = 5
62  vers_patch = 0
63 * =====================================================================
64 *
65  RETURN

Here is the caller graph for this function: