Diff for /rpl/lapack/lapack/dorm22.f between versions 1.1 and 1.6

version 1.1, 2015/11/26 11:44:19 version 1.6, 2023/08/07 08:39:02
Line 53 Line 53
 *>  N2-by-N2 upper triangular matrix.  *>  N2-by-N2 upper triangular matrix.
 *> \endverbatim  *> \endverbatim
 *  *
 *  Arguments  *  Arguments:
 *  =========  *  ==========
 *  *
 *> \param[in] SIDE  *> \param[in] SIDE
 *> \verbatim  *> \verbatim
Line 155 Line 155
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date January 2015  
 *  
 *> \ingroup complexOTHERcomputational  *> \ingroup complexOTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DORM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC,        SUBROUTINE DORM22( SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC,
      $                   WORK, LWORK, INFO )       $                   WORK, LWORK, INFO )
 *  *
 *  -- LAPACK computational routine (version 3.6.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..--
 *     January 2015  
 *  *
       IMPLICIT NONE        IMPLICIT NONE
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>