Diff for /rpl/lapack/lapack/zla_gbrcond_x.f between versions 1.7 and 1.16

version 1.7, 2011/11/21 22:19:49 version 1.16, 2020/05/21 21:46:06
Line 1 Line 1
 *> \brief \b ZLA_GBRCOND_X  *> \brief \b ZLA_GBRCOND_X computes the infinity norm condition number of op(A)*diag(x) for general banded matrices.
 *  *
 *  =========== DOCUMENTATION ===========  *  =========== DOCUMENTATION ===========
 *  *
 * Online html documentation available at   * Online html documentation available at
 *            http://www.netlib.org/lapack/explore-html/   *            http://www.netlib.org/lapack/explore-html/
 *  *
 *> \htmlonly  *> \htmlonly
 *> Download ZLA_GBRCOND_X + dependencies   *> Download ZLA_GBRCOND_X + dependencies
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zla_gbrcond_x.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zla_gbrcond_x.f">
 *> [TGZ]</a>   *> [TGZ]</a>
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zla_gbrcond_x.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zla_gbrcond_x.f">
 *> [ZIP]</a>   *> [ZIP]</a>
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zla_gbrcond_x.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zla_gbrcond_x.f">
 *> [TXT]</a>  *> [TXT]</a>
 *> \endhtmlonly   *> \endhtmlonly
 *  *
 *  Definition:  *  Definition:
 *  ===========  *  ===========
Line 21 Line 21
 *       DOUBLE PRECISION FUNCTION ZLA_GBRCOND_X( TRANS, N, KL, KU, AB,  *       DOUBLE PRECISION FUNCTION ZLA_GBRCOND_X( TRANS, N, KL, KU, AB,
 *                                                LDAB, AFB, LDAFB, IPIV,  *                                                LDAB, AFB, LDAFB, IPIV,
 *                                                X, INFO, WORK, RWORK )  *                                                X, INFO, WORK, RWORK )
 *   *
 *       .. Scalar Arguments ..  *       .. Scalar Arguments ..
 *       CHARACTER          TRANS  *       CHARACTER          TRANS
 *       INTEGER            N, KL, KU, KD, KE, LDAB, LDAFB, INFO  *       INTEGER            N, KL, KU, KD, KE, LDAB, LDAFB, INFO
Line 31 Line 31
 *       COMPLEX*16         AB( LDAB, * ), AFB( LDAFB, * ), WORK( * ),  *       COMPLEX*16         AB( LDAB, * ), AFB( LDAFB, * ), WORK( * ),
 *      $                   X( * )  *      $                   X( * )
 *       DOUBLE PRECISION   RWORK( * )  *       DOUBLE PRECISION   RWORK( * )
 *    *
 *    *
 *  *
 *> \par Purpose:  *> \par Purpose:
 *  =============  *  =============
Line 126 Line 126
 *>     i > 0:  The ith argument is invalid.  *>     i > 0:  The ith argument is invalid.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] WORK  *> \param[out] WORK
 *> \verbatim  *> \verbatim
 *>          WORK is COMPLEX*16 array, dimension (2*N).  *>          WORK is COMPLEX*16 array, dimension (2*N).
 *>     Workspace.  *>     Workspace.
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] RWORK  *> \param[out] RWORK
 *> \verbatim  *> \verbatim
 *>          RWORK is DOUBLE PRECISION array, dimension (N).  *>          RWORK is DOUBLE PRECISION array, dimension (N).
 *>     Workspace.  *>     Workspace.
Line 141 Line 141
 *  Authors:  *  Authors:
 *  ========  *  ========
 *  *
 *> \author Univ. of Tennessee   *> \author Univ. of Tennessee
 *> \author Univ. of California Berkeley   *> \author Univ. of California Berkeley
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.   *> \author NAG Ltd.
 *  *
 *> \date November 2011  *> \date December 2016
 *  *
 *> \ingroup complex16GBcomputational  *> \ingroup complex16GBcomputational
 *  *
Line 155 Line 155
      $                                         LDAB, AFB, LDAFB, IPIV,       $                                         LDAB, AFB, LDAFB, IPIV,
      $                                         X, INFO, WORK, RWORK )       $                                         X, INFO, WORK, RWORK )
 *  *
 *  -- LAPACK computational routine (version 3.4.0) --  *  -- LAPACK computational routine (version 3.7.0) --
 *  -- 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 2011  *     December 2016
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          TRANS        CHARACTER          TRANS

Removed from v.1.7  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>