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

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

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


CVSweb interface <joel.bertrand@systella.fr>