![]() |
LAPACK
3.5.0
LAPACK: Linear Algebra PACKage
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | ilaver (VERS_MAJOR, VERS_MINOR, VERS_PATCH) |
| ILAVER returns the LAPACK version. More... | |
| subroutine ilaver | ( | integer | VERS_MAJOR, |
| integer | VERS_MINOR, | ||
| integer | VERS_PATCH | ||
| ) |
ILAVER returns the LAPACK version.
This subroutine returns the LAPACK version.
| [out] | VERS_MAJOR | return the lapack major version |
| [out] | VERS_MINOR | return the lapack minor version from the major version |
| [out] | VERS_PATCH | return the lapack patch version from the minor version |