LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
|
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 |
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 |
Definition at line 50 of file ilaver.f.