table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 3.12.1-3.1
- Leap-16.0
| SRC/lapack_64_obj/ilaver.f(3) | Library Functions Manual | SRC/lapack_64_obj/ilaver.f(3) | 
NAME¶
SRC/lapack_64_obj/ilaver.f
SYNOPSIS¶
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
VERS_MAJOR VERS_MAJOR is INTEGER return the lapack
  major version
VERS_MINOR VERS_MINOR is INTEGER return the lapack minor version from the major version
VERS_PATCH VERS_PATCH is INTEGER return the lapack patch version from the minor version
VERS_MINOR VERS_MINOR is INTEGER return the lapack minor version from the major version
VERS_PATCH VERS_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 51 of file ilaver.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
| Version 3.12.1 | LAPACK |