--- rpl/lapack/lapack/zlaunhr_col_getrfnp2.f 2020/05/21 21:46:10 1.1 +++ rpl/lapack/lapack/zlaunhr_col_getrfnp2.f 2023/08/07 08:39:33 1.2 @@ -84,7 +84,7 @@ *> *> ZLAUNHR_COL_GETRFNP2 is called to factorize a block by the blocked *> routine ZLAUNHR_COL_GETRFNP, which uses blocked code calling -*. Level 3 BLAS to update the submatrix. However, ZLAUNHR_COL_GETRFNP2 +*> Level 3 BLAS to update the submatrix. However, ZLAUNHR_COL_GETRFNP2 *> is self-sufficient and can be used without ZLAUNHR_COL_GETRFNP. *> *> [1] "Reconstructing Householder vectors from tall-skinny QR", @@ -149,8 +149,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2019 -* *> \ingroup complex16GEcomputational * *> \par Contributors: @@ -168,10 +166,9 @@ RECURSIVE SUBROUTINE ZLAUNHR_COL_GETRFNP2( M, N, A, LDA, D, 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, M, N