Skip to content

Commit

Permalink
Description: Fix various typos
Browse files Browse the repository at this point in the history
Author: Sébastien Villemot <sebastien@debian.org>
Forwarded: yes, by email to lapack@cs.utk.edu on 2016-06-26
  • Loading branch information
svillemot authored and langou committed Jun 28, 2016
1 parent 5efe359 commit 40a3b2f
Show file tree
Hide file tree
Showing 53 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion BLAS/SRC/ctbmv.f
Expand Up @@ -146,7 +146,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/ctpmv.f
Expand Up @@ -102,7 +102,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/ctrmv.f
Expand Up @@ -107,7 +107,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/dtbmv.f
Expand Up @@ -146,7 +146,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/dtpmv.f
Expand Up @@ -102,7 +102,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/dtrmv.f
Expand Up @@ -107,7 +107,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/stbmv.f
Expand Up @@ -146,7 +146,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/stpmv.f
Expand Up @@ -102,7 +102,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/strmv.f
Expand Up @@ -107,7 +107,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/ztbmv.f
Expand Up @@ -146,7 +146,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/ztpmv.f
Expand Up @@ -102,7 +102,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/ztrmv.f
Expand Up @@ -107,7 +107,7 @@
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x. On exit, X is overwritten with the
*> tranformed vector x.
*> transformed vector x.
*> \endverbatim
*>
*> \param[in] INCX
Expand Down
4 changes: 2 additions & 2 deletions SRC/cgejsv.f
Expand Up @@ -420,7 +420,7 @@
*> \verbatim
*> INFO is INTEGER
*> < 0 : if INFO = -i, then the i-th argument had an illegal value.
*> = 0 : successfull exit;
*> = 0 : successful exit;
*> > 0 : CGEJSV did not converge in the maximal allowed number
*> of sweeps. The computed values may be inaccurate.
*> \endverbatim
Expand Down Expand Up @@ -471,7 +471,7 @@
*> implemented as in [3]. We have a new version of CGEQP3 under development
*> that is more robust than the current one in LAPACK, with a cleaner cut in
*> rank defficient cases. It will be available in the SIGMA library [4].
*> If M is much larger than N, it is obvious that the inital QRF with
*> If M is much larger than N, it is obvious that the initial QRF with
*> column pivoting can be preprocessed by the QRF without pivoting. That
*> well known trick is not used in CGEJSV because in some cases heavy row
*> weighting can be treated with complete pivoting. The overhead in cases
Expand Down
4 changes: 2 additions & 2 deletions SRC/cgelsd.f
Expand Up @@ -50,10 +50,10 @@
*>
*> The problem is solved in three steps:
*> (1) Reduce the coefficient matrix A to bidiagonal form with
*> Householder tranformations, reducing the original problem
*> Householder transformations, reducing the original problem
*> into a "bidiagonal least squares problem" (BLS)
*> (2) Solve the BLS using a divide and conquer approach.
*> (3) Apply back all the Householder tranformations to solve
*> (3) Apply back all the Householder transformations to solve
*> the original least squares problem.
*>
*> The effective rank of A is determined by treating as zero those
Expand Down
2 changes: 1 addition & 1 deletion SRC/ctprfb.f
Expand Up @@ -145,7 +145,7 @@
*> (LDA,N) if SIDE = 'L' or (LDA,K) if SIDE = 'R'
*> On entry, the K-by-N or M-by-K matrix A.
*> On exit, A is overwritten by the corresponding block of
*> H*C or H**H*C or C*H or C*H**H. See Futher Details.
*> H*C or H**H*C or C*H or C*H**H. See Further Details.
*> \endverbatim
*>
*> \param[in] LDA
Expand Down
4 changes: 2 additions & 2 deletions SRC/dgejsv.f
Expand Up @@ -378,7 +378,7 @@
*> \verbatim
*> INFO is INTEGER
*> < 0 : if INFO = -i, then the i-th argument had an illegal value.
*> = 0 : successfull exit;
*> = 0 : successful exit;
*> > 0 : DGEJSV did not converge in the maximal allowed number
*> of sweeps. The computed values may be inaccurate.
*> \endverbatim
Expand Down Expand Up @@ -429,7 +429,7 @@
*> implemented as in [3]. We have a new version of DGEQP3 under development
*> that is more robust than the current one in LAPACK, with a cleaner cut in
*> rank defficient cases. It will be available in the SIGMA library [4].
*> If M is much larger than N, it is obvious that the inital QRF with
*> If M is much larger than N, it is obvious that the initial QRF with
*> column pivoting can be preprocessed by the QRF without pivoting. That
*> well known trick is not used in DGEJSV because in some cases heavy row
*> weighting can be treated with complete pivoting. The overhead in cases
Expand Down
2 changes: 1 addition & 1 deletion SRC/dgelsd.f
Expand Up @@ -52,7 +52,7 @@
*> Householder transformations, reducing the original problem
*> into a "bidiagonal least squares problem" (BLS)
*> (2) Solve the BLS using a divide and conquer approach.
*> (3) Apply back all the Householder tranformations to solve
*> (3) Apply back all the Householder transformations to solve
*> the original least squares problem.
*>
*> The effective rank of A is determined by treating as zero those
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlag2s.f
Expand Up @@ -39,7 +39,7 @@
*>
*> RMAX is the overflow for the SINGLE PRECISION arithmetic
*> DLAG2S checks that all the entries of A are between -RMAX and
*> RMAX. If not the convertion is aborted and a flag is raised.
*> RMAX. If not the conversion is aborted and a flag is raised.
*>
*> This is an auxiliary routine so there is no argument checking.
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlat2s.f
Expand Up @@ -40,7 +40,7 @@
*>
*> RMAX is the overflow for the SINGLE PRECISION arithmetic
*> DLAS2S checks that all the entries of A are between -RMAX and
*> RMAX. If not the convertion is aborted and a flag is raised.
*> RMAX. If not the conversion is aborted and a flag is raised.
*>
*> This is an auxiliary routine so there is no argument checking.
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/dtprfb.f
Expand Up @@ -145,7 +145,7 @@
*> (LDA,N) if SIDE = 'L' or (LDA,K) if SIDE = 'R'
*> On entry, the K-by-N or M-by-K matrix A.
*> On exit, A is overwritten by the corresponding block of
*> H*C or H**T*C or C*H or C*H**T. See Futher Details.
*> H*C or H**T*C or C*H or C*H**T. See Further Details.
*> \endverbatim
*>
*> \param[in] LDA
Expand Down
4 changes: 2 additions & 2 deletions SRC/sgejsv.f
Expand Up @@ -378,7 +378,7 @@
*> \verbatim
*> INFO is INTEGER
*> < 0 : if INFO = -i, then the i-th argument had an illegal value.
*> = 0 : successfull exit;
*> = 0 : successful exit;
*> > 0 : SGEJSV did not converge in the maximal allowed number
*> of sweeps. The computed values may be inaccurate.
*> \endverbatim
Expand Down Expand Up @@ -429,7 +429,7 @@
*> implemented as in [3]. We have a new version of SGEQP3 under development
*> that is more robust than the current one in LAPACK, with a cleaner cut in
*> rank defficient cases. It will be available in the SIGMA library [4].
*> If M is much larger than N, it is obvious that the inital QRF with
*> If M is much larger than N, it is obvious that the initial QRF with
*> column pivoting can be preprocessed by the QRF without pivoting. That
*> well known trick is not used in SGEJSV because in some cases heavy row
*> weighting can be treated with complete pivoting. The overhead in cases
Expand Down
2 changes: 1 addition & 1 deletion SRC/sgelsd.f
Expand Up @@ -52,7 +52,7 @@
*> Householder transformations, reducing the original problem
*> into a "bidiagonal least squares problem" (BLS)
*> (2) Solve the BLS using a divide and conquer approach.
*> (3) Apply back all the Householder tranformations to solve
*> (3) Apply back all the Householder transformations to solve
*> the original least squares problem.
*>
*> The effective rank of A is determined by treating as zero those
Expand Down
2 changes: 1 addition & 1 deletion SRC/stprfb.f
Expand Up @@ -145,7 +145,7 @@
*> (LDA,N) if SIDE = 'L' or (LDA,K) if SIDE = 'R'
*> On entry, the K-by-N or M-by-K matrix A.
*> On exit, A is overwritten by the corresponding block of
*> H*C or H^H*C or C*H or C*H^H. See Futher Details.
*> H*C or H^H*C or C*H or C*H^H. See Further Details.
*> \endverbatim
*>
*> \param[in] LDA
Expand Down
4 changes: 2 additions & 2 deletions SRC/zgejsv.f
Expand Up @@ -420,7 +420,7 @@
*> \verbatim
*> INFO is INTEGER
*> < 0 : if INFO = -i, then the i-th argument had an illegal value.
*> = 0 : successfull exit;
*> = 0 : successful exit;
*> > 0 : ZGEJSV did not converge in the maximal allowed number
*> of sweeps. The computed values may be inaccurate.
*> \endverbatim
Expand Down Expand Up @@ -471,7 +471,7 @@
*> implemented as in [3]. We have a new version of ZGEQP3 under development
*> that is more robust than the current one in LAPACK, with a cleaner cut in
*> rank defficient cases. It will be available in the SIGMA library [4].
*> If M is much larger than N, it is obvious that the inital QRF with
*> If M is much larger than N, it is obvious that the initial QRF with
*> column pivoting can be preprocessed by the QRF without pivoting. That
*> well known trick is not used in ZGEJSV because in some cases heavy row
*> weighting can be treated with complete pivoting. The overhead in cases
Expand Down
4 changes: 2 additions & 2 deletions SRC/zgelsd.f
Expand Up @@ -50,10 +50,10 @@
*>
*> The problem is solved in three steps:
*> (1) Reduce the coefficient matrix A to bidiagonal form with
*> Householder tranformations, reducing the original problem
*> Householder transformations, reducing the original problem
*> into a "bidiagonal least squares problem" (BLS)
*> (2) Solve the BLS using a divide and conquer approach.
*> (3) Apply back all the Householder tranformations to solve
*> (3) Apply back all the Householder transformations to solve
*> the original least squares problem.
*>
*> The effective rank of A is determined by treating as zero those
Expand Down
2 changes: 1 addition & 1 deletion SRC/zlag2c.f
Expand Up @@ -38,7 +38,7 @@
*>
*> RMAX is the overflow for the SINGLE PRECISION arithmetic
*> ZLAG2C checks that all the entries of A are between -RMAX and
*> RMAX. If not the convertion is aborted and a flag is raised.
*> RMAX. If not the conversion is aborted and a flag is raised.
*>
*> This is an auxiliary routine so there is no argument checking.
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/zlat2c.f
Expand Up @@ -40,7 +40,7 @@
*>
*> RMAX is the overflow for the SINGLE PRECISION arithmetic
*> ZLAT2C checks that all the entries of A are between -RMAX and
*> RMAX. If not the convertion is aborted and a flag is raised.
*> RMAX. If not the conversion is aborted and a flag is raised.
*>
*> This is an auxiliary routine so there is no argument checking.
*> \endverbatim
Expand Down
2 changes: 1 addition & 1 deletion SRC/ztprfb.f
Expand Up @@ -145,7 +145,7 @@
*> (LDA,N) if SIDE = 'L' or (LDA,K) if SIDE = 'R'
*> On entry, the K-by-N or M-by-K matrix A.
*> On exit, A is overwritten by the corresponding block of
*> H*C or H**H*C or C*H or C*H**H. See Futher Details.
*> H*C or H**H*C or C*H or C*H**H. See Further Details.
*> \endverbatim
*>
*> \param[in] LDA
Expand Down
2 changes: 1 addition & 1 deletion TESTING/EIG/cchkbk.f
Expand Up @@ -21,7 +21,7 @@
*> \verbatim
*>
*> CCHKBK tests CGEBAK, a routine for backward transformation of
*> the computed right or left eigenvectors if the orginal matrix
*> the computed right or left eigenvectors if the original matrix
*> was preprocessed by balance subroutine CGEBAL.
*> \endverbatim
*
Expand Down
2 changes: 1 addition & 1 deletion TESTING/EIG/dchkbk.f
Expand Up @@ -21,7 +21,7 @@
*> \verbatim
*>
*> DCHKBK tests DGEBAK, a routine for backward transformation of
*> the computed right or left eigenvectors if the orginal matrix
*> the computed right or left eigenvectors if the original matrix
*> was preprocessed by balance subroutine DGEBAL.
*> \endverbatim
*
Expand Down
2 changes: 1 addition & 1 deletion TESTING/EIG/schkbk.f
Expand Up @@ -21,7 +21,7 @@
*> \verbatim
*>
*> SCHKBK tests SGEBAK, a routine for backward transformation of
*> the computed right or left eigenvectors if the orginal matrix
*> the computed right or left eigenvectors if the original matrix
*> was preprocessed by balance subroutine SGEBAL.
*> \endverbatim
*
Expand Down
2 changes: 1 addition & 1 deletion TESTING/EIG/zchkbk.f
Expand Up @@ -21,7 +21,7 @@
*> \verbatim
*>
*> ZCHKBK tests ZGEBAK, a routine for backward transformation of
*> the computed right or left eigenvectors if the orginal matrix
*> the computed right or left eigenvectors if the original matrix
*> was preprocessed by balance subroutine ZGEBAL.
*> \endverbatim
*
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/cchkrfp.f
Expand Up @@ -253,7 +253,7 @@ PROGRAM CCHKRFP
CALL CDRVRF1( NOUT, NN, NVAL, THRESH, WORKA, NMAX, WORKARF,
+ S_WORK_CLANHE )
*
* Test the convertion routines:
* Test the conversion routines:
* chfttp, ctpthf, ctfttr, ctrttf, ctrttp and ctpttr.
*
CALL CDRVRF2( NOUT, NN, NVAL, WORKA, NMAX, WORKARF,
Expand Down
10 changes: 5 additions & 5 deletions TESTING/LIN/cdrvrf2.f
Expand Up @@ -24,7 +24,7 @@
*>
*> \verbatim
*>
*> CDRVRF2 tests the LAPACK RFP convertion routines.
*> CDRVRF2 tests the LAPACK RFP conversion routines.
*> \endverbatim
*
* Arguments:
Expand Down Expand Up @@ -248,13 +248,13 @@ SUBROUTINE CDRVRF2( 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/cdrvrfp.f
Expand Up @@ -53,7 +53,7 @@
*> This testing routine follow the same tests as CDRVPO (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 CTRTTF and
*> CTFTTR.
*>
Expand Down
2 changes: 1 addition & 1 deletion TESTING/LIN/dchkrfp.f
Expand Up @@ -252,7 +252,7 @@ PROGRAM DCHKRFP
CALL DDRVRF1( NOUT, NN, NVAL, THRESH, WORKA, NMAX, WORKARF,
+ D_WORK_DLANSY )
*
* Test the convertion routines:
* Test the conversion routines:
* dtfttp, dtpttf, dtfttr, dtrttf, dtrttp and dtpttr.
*
CALL DDRVRF2( NOUT, NN, NVAL, WORKA, NMAX, WORKARF,
Expand Down

0 comments on commit 40a3b2f

Please sign in to comment.