10 changes: 5 additions & 5 deletions TESTING/LIN/ddrvrf2.f
Expand Up @@ -24,7 +24,7 @@
*>
*> \verbatim
*>
*> DDRVRF2 tests the LAPACK RFP convertion routines.
*> DDRVRF2 tests the LAPACK RFP conversion routines.
*> \endverbatim
*
* Arguments:
Expand Down Expand Up @@ -248,13 +248,13 @@ SUBROUTINE DDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV )
WRITE( NOUT, FMT = 9996 ) NERRS, NRUN
END IF
*
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP convertion',
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP conversion',
+ ' routines ***')
9998 FORMAT( 1X, ' Error in RFP,convertion routines N=',I5,
9998 FORMAT( 1X, ' Error in RFP,conversion routines N=',I5,
+ ' UPLO=''', A1, ''', FORM =''',A1,'''')
9997 FORMAT( 1X, 'All tests for the RFP convertion routines passed ( ',
9997 FORMAT( 1X, 'All tests for the RFP conversion routines passed ( ',
+ I5,' tests run)')
9996 FORMAT( 1X, 'RFP convertion routines: ',I5,' out of ',I5,
9996 FORMAT( 1X, 'RFP conversion routines: ',I5,' out of ',I5,
+ ' error message recorded')
*
RETURN
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/ddrvrfp.f
Expand Up @@ -52,7 +52,7 @@
*> This testing routine follow the same tests as DDRVPO (test for the full
*> format Symmetric Positive Definite solver).
*>
*> The tests are performed in Full Format, convertion back and forth from
*> The tests are performed in Full Format, conversion back and forth from
*> full format to RFP format are performed using the routines DTRTTF and
*> DTFTTR.
*>
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/schkrfp.f
Expand Up @@ -251,7 +251,7 @@ PROGRAM SCHKRFP
CALL SDRVRF1( NOUT, NN, NVAL, THRESH, WORKA, NMAX, WORKARF,
+ S_WORK_SLANSY )
*
* Test the convertion routines:
* Test the conversion routines:
* stfttp, stpttf, stfttr, strttf, strttp and stpttr.
*
CALL SDRVRF2( NOUT, NN, NVAL, WORKA, NMAX, WORKARF,
Expand Down
10 changes: 5 additions & 5 deletions TESTING/LIN/sdrvrf2.f
Expand Up @@ -24,7 +24,7 @@
*>
*> \verbatim
*>
*> SDRVRF2 tests the LAPACK RFP convertion routines.
*> SDRVRF2 tests the LAPACK RFP conversion routines.
*> \endverbatim
*
* Arguments:
Expand Down Expand Up @@ -248,13 +248,13 @@ SUBROUTINE SDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV )
WRITE( NOUT, FMT = 9996 ) NERRS, NRUN
END IF
*
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP convertion',
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP conversion',
+ ' routines ***')
9998 FORMAT( 1X, ' Error in RFP,convertion routines N=',I5,
9998 FORMAT( 1X, ' Error in RFP,conversion routines N=',I5,
+ ' UPLO=''', A1, ''', FORM =''',A1,'''')
9997 FORMAT( 1X, 'All tests for the RFP convertion routines passed ( ',
9997 FORMAT( 1X, 'All tests for the RFP conversion routines passed ( ',
+ I5,' tests run)')
9996 FORMAT( 1X, 'RFP convertion routines: ',I5,' out of ',I5,
9996 FORMAT( 1X, 'RFP conversion routines: ',I5,' out of ',I5,
+ ' error message recorded')
*
RETURN
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/sdrvrfp.f
Expand Up @@ -52,7 +52,7 @@
*> This testing routine follow the same tests as DDRVPO (test for the full
*> format Symmetric Positive Definite solver).
*>
*> The tests are performed in Full Format, convertion back and forth from
*> The tests are performed in Full Format, conversion back and forth from
*> full format to RFP format are performed using the routines STRTTF and
*> STFTTR.
*>
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/zchkrfp.f
Expand Up @@ -253,7 +253,7 @@ PROGRAM ZCHKRFP
CALL ZDRVRF1( NOUT, NN, NVAL, THRESH, WORKA, NMAX, WORKARF,
+ D_WORK_ZLANHE )
*
* Test the convertion routines:
* Test the conversion routines:
* zhfttp, ztpthf, ztfttr, ztrttf, ztrttp and ztpttr.
*
CALL ZDRVRF2( NOUT, NN, NVAL, WORKA, NMAX, WORKARF,
Expand Down
10 changes: 5 additions & 5 deletions TESTING/LIN/zdrvrf2.f
Expand Up @@ -24,7 +24,7 @@
*>
*> \verbatim
*>
*> ZDRVRF2 tests the LAPACK RFP convertion routines.
*> ZDRVRF2 tests the LAPACK RFP conversion routines.
*> \endverbatim
*
* Arguments:
Expand Down Expand Up @@ -248,13 +248,13 @@ SUBROUTINE ZDRVRF2( NOUT, NN, NVAL, A, LDA, ARF, AP, ASAV )
WRITE( NOUT, FMT = 9996 ) NERRS, NRUN
END IF
*
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP convertion',
9999 FORMAT( 1X, ' *** Error(s) while testing the RFP conversion',
+ ' routines ***')
9998 FORMAT( 1X, ' Error in RFP,convertion routines N=',I5,
9998 FORMAT( 1X, ' Error in RFP,conversion routines N=',I5,
+ ' UPLO=''', A1, ''', FORM =''',A1,'''')
9997 FORMAT( 1X, 'All tests for the RFP convertion routines passed (',
9997 FORMAT( 1X, 'All tests for the RFP conversion routines passed (',
+ I5,' tests run)')
9996 FORMAT( 1X, 'RFP convertion routines:',I5,' out of ',I5,
9996 FORMAT( 1X, 'RFP conversion routines:',I5,' out of ',I5,
+ ' error message recorded')
*
RETURN
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/zdrvrfp.f
Expand Up @@ -53,7 +53,7 @@
*> This testing routine follow the same tests as ZDRVPO (test for the full
*> format Symmetric Positive Definite solver).
*>
*> The tests are performed in Full Format, convertion back and forth from
*> The tests are performed in Full Format, conversion back and forth from
*> full format to RFP format are performed using the routines ZTRTTF and
*> ZTFTTR.
*>
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/claror.f
Expand Up @@ -70,7 +70,7 @@
*> columns will be orthogonal, the remaining columns being
*> zero.
*> For matrices where M > N, just use the previous
*> explaination, interchanging 'L' and 'R' and "rows" and
*> explanation, interchanging 'L' and 'R' and "rows" and
*> "columns".
*>
*> Not modified.
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/clatm5.f
Expand Up @@ -49,7 +49,7 @@
*> \verbatim
*> PRTYPE is INTEGER
*> "Points" to a certain type of the matrices to generate
*> (see futher details).
*> (see further details).
*> \endverbatim
*>
*> \param[in] M
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/clatm6.f
Expand Up @@ -71,7 +71,7 @@
*> \param[in] TYPE
*> \verbatim
*> TYPE is INTEGER
*> Specifies the problem type (see futher details).
*> Specifies the problem type (see further details).
*> \endverbatim
*>
*> \param[in] N
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/dlatm5.f
Expand Up @@ -49,7 +49,7 @@
*> \verbatim
*> PRTYPE is INTEGER
*> "Points" to a certain type of the matrices to generate
*> (see futher details).
*> (see further details).
*> \endverbatim
*>
*> \param[in] M
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/dlatm6.f
Expand Up @@ -73,7 +73,7 @@
*> \param[in] TYPE
*> \verbatim
*> TYPE is INTEGER
*> Specifies the problem type (see futher details).
*> Specifies the problem type (see further details).
*> \endverbatim
*>
*> \param[in] N
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/slatm5.f
Expand Up @@ -49,7 +49,7 @@
*> \verbatim
*> PRTYPE is INTEGER
*> "Points" to a certain type of the matrices to generate
*> (see futher details).
*> (see further details).
*> \endverbatim
*>
*> \param[in] M
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/slatm6.f
Expand Up @@ -73,7 +73,7 @@
*> \param[in] TYPE
*> \verbatim
*> TYPE is INTEGER
*> Specifies the problem type (see futher details).
*> Specifies the problem type (see further details).
*> \endverbatim
*>
*> \param[in] N
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/zlatm5.f
Expand Up @@ -49,7 +49,7 @@
*> \verbatim
*> PRTYPE is INTEGER
*> "Points" to a certain type of the matrices to generate
*> (see futher details).
*> (see further details).
*> \endverbatim
*>
*> \param[in] M
Expand Down
2 changes: 1 addition & 1 deletion TESTING/MATGEN/zlatm6.f
Expand Up @@ -71,7 +71,7 @@
*> \param[in] TYPE
*> \verbatim
*> TYPE is INTEGER
*> Specifies the problem type (see futher details).
*> Specifies the problem type (see further details).
*> \endverbatim
*>
*> \param[in] N
Expand Down