Diff for /rpl/lapack/lapack/zlaqr5.f between versions 1.21 and 1.22

version 1.21, 2018/05/29 07:18:28 version 1.22, 2020/05/21 21:46:09
Line 125 Line 125
 *> \verbatim  *> \verbatim
 *>          LDH is INTEGER  *>          LDH is INTEGER
 *>             LDH is the leading dimension of H just as declared in the  *>             LDH is the leading dimension of H just as declared in the
 *>             calling procedure.  LDH.GE.MAX(1,N).  *>             calling procedure.  LDH >= MAX(1,N).
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] ILOZ  *> \param[in] ILOZ
Line 137 Line 137
 *> \verbatim  *> \verbatim
 *>          IHIZ is INTEGER  *>          IHIZ is INTEGER
 *>             Specify the rows of Z to which transformations must be  *>             Specify the rows of Z to which transformations must be
 *>             applied if WANTZ is .TRUE.. 1 .LE. ILOZ .LE. IHIZ .LE. N  *>             applied if WANTZ is .TRUE.. 1 <= ILOZ <= IHIZ <= N
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in,out] Z  *> \param[in,out] Z
Line 153 Line 153
 *> \verbatim  *> \verbatim
 *>          LDZ is INTEGER  *>          LDZ is INTEGER
 *>             LDA is the leading dimension of Z just as declared in  *>             LDA is the leading dimension of Z just as declared in
 *>             the calling procedure. LDZ.GE.N.  *>             the calling procedure. LDZ >= N.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] V  *> \param[out] V
Line 165 Line 165
 *> \verbatim  *> \verbatim
 *>          LDV is INTEGER  *>          LDV is INTEGER
 *>             LDV is the leading dimension of V as declared in the  *>             LDV is the leading dimension of V as declared in the
 *>             calling procedure.  LDV.GE.3.  *>             calling procedure.  LDV >= 3.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] U  *> \param[out] U
Line 177 Line 177
 *> \verbatim  *> \verbatim
 *>          LDU is INTEGER  *>          LDU is INTEGER
 *>             LDU is the leading dimension of U just as declared in the  *>             LDU is the leading dimension of U just as declared in the
 *>             in the calling subroutine.  LDU.GE.3*NSHFTS-3.  *>             in the calling subroutine.  LDU >= 3*NSHFTS-3.
 *> \endverbatim  
 *>  
 *> \param[in] NH  
 *> \verbatim  
 *>          NH is INTEGER  
 *>             NH is the number of columns in array WH available for  
 *>             workspace. NH.GE.1.  
 *> \endverbatim  
 *>  
 *> \param[out] WH  
 *> \verbatim  
 *>          WH is COMPLEX*16 array, dimension (LDWH,NH)  
 *> \endverbatim  
 *>  
 *> \param[in] LDWH  
 *> \verbatim  
 *>          LDWH is INTEGER  
 *>             Leading dimension of WH just as declared in the  
 *>             calling procedure.  LDWH.GE.3*NSHFTS-3.  
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] NV  *> \param[in] NV
 *> \verbatim  *> \verbatim
 *>          NV is INTEGER  *>          NV is INTEGER
 *>             NV is the number of rows in WV agailable for workspace.  *>             NV is the number of rows in WV agailable for workspace.
 *>             NV.GE.1.  *>             NV >= 1.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[out] WV  *> \param[out] WV
Line 215 Line 196
 *> \verbatim  *> \verbatim
 *>          LDWV is INTEGER  *>          LDWV is INTEGER
 *>             LDWV is the leading dimension of WV as declared in the  *>             LDWV is the leading dimension of WV as declared in the
 *>             in the calling subroutine.  LDWV.GE.NV.  *>             in the calling subroutine.  LDWV >= NV.
 *> \endverbatim  *> \endverbatim
 *  *
   *> \param[in] NH
   *> \verbatim
   *>          NH is INTEGER
   *>             NH is the number of columns in array WH available for
   *>             workspace. NH >= 1.
   *> \endverbatim
   *>
   *> \param[out] WH
   *> \verbatim
   *>          WH is COMPLEX*16 array, dimension (LDWH,NH)
   *> \endverbatim
   *>
   *> \param[in] LDWH
   *> \verbatim
   *>          LDWH is INTEGER
   *>             Leading dimension of WH just as declared in the
   *>             calling procedure.  LDWH >= 3*NSHFTS-3.
   *> \endverbatim
   *>
 *  Authors:  *  Authors:
 *  ========  *  ========
 *  *

Removed from v.1.21  
changed lines
  Added in v.1.22


CVSweb interface <joel.bertrand@systella.fr>