LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
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.

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
September 2012

Definition at line 49 of file ilaver.f.