Fix display of minor version number (Reference-LAPACK PR 1149)

This commit is contained in:
Martin Kroeker 2026-03-30 23:47:31 +02:00 committed by GitHub
parent 904f9d60b0
commit edad2a8b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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' )

View File

@ -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' )

View File

@ -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' )

View File

@ -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' )