Diff for /rpl/lapack/lapack/zungtsqr.f between versions 1.1 and 1.2

version 1.1, 2020/05/21 21:46:12 version 1.2, 2023/08/07 08:39:44
Line 13 Line 13
 *> [ZIP]</a>  *> [ZIP]</a>
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zungtsqr.f">  *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zungtsqr.f">
 *> [TXT]</a>  *> [TXT]</a>
 *>  *> \endhtmlonly
   *
 *  Definition:  *  Definition:
 *  ===========  *  ===========
 *  *
Line 59 Line 60
 *> \param[in] MB  *> \param[in] MB
 *> \verbatim  *> \verbatim
 *>          MB is INTEGER  *>          MB is INTEGER
 *>          The row block size used by DLATSQR to return  *>          The row block size used by ZLATSQR to return
 *>          arrays A and T. MB > N.  *>          arrays A and T. MB > N.
 *>          (Note that if MB > M, then M is used instead of MB  *>          (Note that if MB > M, then M is used instead of MB
 *>          as the row block size).  *>          as the row block size).
Line 155 Line 156
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2019  *> \ingroup complex16OTHERcomputational
 *  
 *> \ingroup comlex16OTHERcomputational  
 *  *
 *> \par Contributors:  *> \par Contributors:
 *  ==================  *  ==================
Line 175 Line 174
      $                     INFO )       $                     INFO )
       IMPLICIT NONE        IMPLICIT NONE
 *  *
 *  -- LAPACK computational routine (version 3.9.0) --  *  -- LAPACK computational routine --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2019  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER           INFO, LDA, LDT, LWORK, M, N, MB, NB        INTEGER           INFO, LDA, LDT, LWORK, M, N, MB, NB
Line 304 Line 302
 *  *
 *     End of ZUNGTSQR  *     End of ZUNGTSQR
 *  *
       END  
   
         END

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb interface <joel.bertrand@systella.fr>