Fix display of minor version number (Reference-LAPACK PR 1149)
This commit is contained in:
@@ -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' )
|
||||
|
||||
Reference in New Issue
Block a user