mirror of https://github.com/xianyi/OpenBLAS.git
Fix display of minor version number (Reference-LAPACK PR 1149)
This commit is contained in:
parent
904f9d60b0
commit
edad2a8b2f
|
|
@ -2524,7 +2524,7 @@
|
|||
9974 FORMAT( ' Tests of CHBTRD', / ' (reduction of a Hermitian band ',
|
||||
$ 'matrix to real tridiagonal form)' )
|
||||
9973 FORMAT( / 1X, 71( '-' ) )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
|
||||
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
|
||||
$ 'routines' )
|
||||
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )
|
||||
|
|
|
|||
|
|
@ -2508,7 +2508,7 @@
|
|||
9974 FORMAT( ' Tests of DSBTRD', / ' (reduction of a symmetric band ',
|
||||
$ 'matrix to tridiagonal form)' )
|
||||
9973 FORMAT( / 1X, 71( '-' ) )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
|
||||
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
|
||||
$ 'routines' )
|
||||
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )
|
||||
|
|
|
|||
|
|
@ -2511,7 +2511,7 @@
|
|||
9974 FORMAT( ' Tests of SSBTRD', / ' (reduction of a symmetric band ',
|
||||
$ 'matrix to tridiagonal form)' )
|
||||
9973 FORMAT( / 1X, 71( '-' ) )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
|
||||
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
|
||||
$ 'routines' )
|
||||
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )
|
||||
|
|
|
|||
|
|
@ -2522,7 +2522,7 @@
|
|||
9974 FORMAT( ' Tests of ZHBTRD', / ' (reduction of a Hermitian band ',
|
||||
$ 'matrix to real tridiagonal form)' )
|
||||
9973 FORMAT( / 1X, 71( '-' ) )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 )
|
||||
9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 )
|
||||
9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ',
|
||||
$ 'routines' )
|
||||
9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )
|
||||
|
|
|
|||
Loading…
Reference in New Issue