Diff for /rpl/lapack/lapack/dlarrd.f between versions 1.6 and 1.7

version 1.6, 2010/08/13 21:03:51 version 1.7, 2010/12/21 13:48:05
Line 3 Line 3
      $                    M, W, WERR, WL, WU, IBLOCK, INDEXW,       $                    M, W, WERR, WL, WU, IBLOCK, INDEXW,
      $                    WORK, IWORK, INFO )       $                    WORK, IWORK, INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2.1)                        --  *  -- LAPACK auxiliary routine (version 3.3.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..--
 *  -- April 2009                                                      --  *     November 2010
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          ORDER, RANGE        CHARACTER          ORDER, RANGE
Line 42 Line 42
 *  Arguments  *  Arguments
 *  =========  *  =========
 *  *
 *  RANGE   (input) CHARACTER  *  RANGE   (input) CHARACTER*1
 *          = 'A': ("All")   all eigenvalues will be found.  *          = 'A': ("All")   all eigenvalues will be found.
 *          = 'V': ("Value") all eigenvalues in the half-open interval  *          = 'V': ("Value") all eigenvalues in the half-open interval
 *                           (VL, VU] will be found.  *                           (VL, VU] will be found.
 *          = 'I': ("Index") the IL-th through IU-th eigenvalues (of the  *          = 'I': ("Index") the IL-th through IU-th eigenvalues (of the
 *                           entire matrix) will be found.  *                           entire matrix) will be found.
 *  *
 *  ORDER   (input) CHARACTER  *  ORDER   (input) CHARACTER*1
 *          = 'B': ("By Block") the eigenvalues will be grouped by  *          = 'B': ("By Block") the eigenvalues will be grouped by
 *                              split-off block (see IBLOCK, ISPLIT) and  *                              split-off block (see IBLOCK, ISPLIT) and
 *                              ordered from smallest to largest within  *                              ordered from smallest to largest within

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


CVSweb interface <joel.bertrand@systella.fr>