Diff for /rpl/lapack/lapack/dla_lin_berr.f between versions 1.8 and 1.15

version 1.8, 2012/12/14 12:30:21 version 1.15, 2023/08/07 08:38:52
Line 2 Line 2
 *  *
 *  =========== 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 DLA_LIN_BERR + dependencies   *> Download DLA_LIN_BERR + dependencies
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dla_lin_berr.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/dla_lin_berr.f">
 *> [TGZ]</a>   *> [TGZ]</a>
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dla_lin_berr.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/dla_lin_berr.f">
 *> [ZIP]</a>   *> [ZIP]</a>
 *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dla_lin_berr.f">   *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/dla_lin_berr.f">
 *> [TXT]</a>  *> [TXT]</a>
 *> \endhtmlonly   *> \endhtmlonly
 *  *
 *  Definition:  *  Definition:
 *  ===========  *  ===========
 *  *
 *       SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )  *       SUBROUTINE DLA_LIN_BERR( N, NZ, NRHS, RES, AYB, BERR )
 *   *
 *       .. Scalar Arguments ..  *       .. Scalar Arguments ..
 *       INTEGER            N, NZ, NRHS  *       INTEGER            N, NZ, NRHS
 *       ..  *       ..
Line 27 Line 27
 *       DOUBLE PRECISION   AYB( N, NRHS ), BERR( NRHS )  *       DOUBLE PRECISION   AYB( N, NRHS ), BERR( NRHS )
 *       DOUBLE PRECISION   RES( N, NRHS )  *       DOUBLE PRECISION   RES( N, NRHS )
 *       ..  *       ..
 *    *
 *  *
 *> \par Purpose:  *> \par Purpose:
 *  =============  *  =============
Line 79 Line 79
 *>     the matrix abs(op(A_s))*abs(Y) + abs(B_s). The matrices A, Y, and B  *>     the matrix abs(op(A_s))*abs(Y) + abs(B_s). The matrices A, Y, and B
 *>     are from iterative refinement (see dla_gerfsx_extended.f).  *>     are from iterative refinement (see dla_gerfsx_extended.f).
 *> \endverbatim  *> \endverbatim
 *>       *>
 *> \param[out] BERR  *> \param[out] BERR
 *> \verbatim  *> \verbatim
 *>          BERR is DOUBLE PRECISION array, dimension (NRHS)  *>          BERR is DOUBLE PRECISION array, dimension (NRHS)
Line 89 Line 89
 *  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 September 2012  
 *  *
 *> \ingroup doubleOTHERcomputational  *> \ingroup doubleOTHERcomputational
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )        SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR )
 *  *
 *  -- LAPACK computational routine (version 3.4.2) --  *  -- 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..--
 *     September 2012  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            N, NZ, NRHS        INTEGER            N, NZ, NRHS
Line 150 Line 147
 *  *
          END DO           END DO
       END DO        END DO
   *
   *     End of DLA_LIN_BERR
   *
       END        END

Removed from v.1.8  
changed lines
  Added in v.1.15


CVSweb interface <joel.bertrand@systella.fr>