--- rpl/lapack/lapack/zungtsqr.f 2020/05/21 21:46:12 1.1 +++ rpl/lapack/lapack/zungtsqr.f 2023/08/07 08:39:44 1.2 @@ -13,7 +13,8 @@ *> [ZIP] *> *> [TXT] -*> +*> \endhtmlonly +* * Definition: * =========== * @@ -59,7 +60,7 @@ *> \param[in] MB *> \verbatim *> 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. *> (Note that if MB > M, then M is used instead of MB *> as the row block size). @@ -155,9 +156,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* -*> \ingroup comlex16OTHERcomputational +*> \ingroup complex16OTHERcomputational * *> \par Contributors: * ================== @@ -175,10 +174,9 @@ $ INFO ) IMPLICIT NONE * -* -- LAPACK computational routine (version 3.9.0) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2019 * * .. Scalar Arguments .. INTEGER INFO, LDA, LDT, LWORK, M, N, MB, NB @@ -304,4 +302,4 @@ * * End of ZUNGTSQR * - END \ No newline at end of file + END