Diff for /rpl/lapack/blas/drotg.f between versions 1.7 and 1.8

version 1.7, 2011/07/22 07:38:01 version 1.8, 2011/11/21 20:37:07
Line 1 Line 1
       SUBROUTINE DROTG(DA,DB,C,S)  *> \brief \b DROTG
 *     .. Scalar Arguments ..  *
       DOUBLE PRECISION C,DA,DB,S  *  =========== DOCUMENTATION ===========
 *     ..  
 *  *
 *  Purpose  * Online html documentation available at 
 *  =======  *            http://www.netlib.org/lapack/explore-html/ 
 *  *
 *     DROTG construct givens plane rotation.  *  Definition:
   *  ===========
   *
   *       SUBROUTINE DROTG(DA,DB,C,S)
   * 
   *       .. Scalar Arguments ..
   *       DOUBLE PRECISION C,DA,DB,S
   *       ..
   *  
   *
   *> \par Purpose:
   *  =============
   *>
   *> \verbatim
   *>
   *>    DROTG construct givens plane rotation.
   *> \endverbatim
   *
   *  Authors:
   *  ========
   *
   *> \author Univ. of Tennessee 
   *> \author Univ. of California Berkeley 
   *> \author Univ. of Colorado Denver 
   *> \author NAG Ltd. 
   *
   *> \date November 2011
   *
   *> \ingroup double_blas_level1
   *
   *> \par Further Details:
   *  =====================
   *>
   *> \verbatim
   *>
   *>     jack dongarra, linpack, 3/11/78.
   *> \endverbatim
   *>
   *  =====================================================================
         SUBROUTINE DROTG(DA,DB,C,S)
 *  *
 *  Further Details  *  -- Reference BLAS level1 routine (version 3.4.0) --
 *  ===============  *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
   *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
   *     November 2011
 *  *
 *     jack dongarra, linpack, 3/11/78.  *     .. Scalar Arguments ..
         DOUBLE PRECISION C,DA,DB,S
   *     ..
 *  *
 *  =====================================================================  *  =====================================================================
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>