Diff for /rpl/lapack/lapack/zlalsa.f between versions 1.1 and 1.9

version 1.1, 2010/01/26 15:22:46 version 1.9, 2011/07/22 07:38:17
Line 79 Line 79
 *         POLES, GIVNUM, and Z.  *         POLES, GIVNUM, and Z.
 *  *
 *  VT     (input) DOUBLE PRECISION array, dimension ( LDU, SMLSIZ+1 ).  *  VT     (input) DOUBLE PRECISION array, dimension ( LDU, SMLSIZ+1 ).
 *         On entry, VT' contains the right singular vector matrices of  *         On entry, VT**H contains the right singular vector matrices of
 *         all subproblems at the bottom level.  *         all subproblems at the bottom level.
 *  *
 *  K      (input) INTEGER array, dimension ( N ).  *  K      (input) INTEGER array, dimension ( N ).
Line 137 Line 137
 *         the right null space of the I-th subproblem.  *         the right null space of the I-th subproblem.
 *  *
 *  RWORK  (workspace) DOUBLE PRECISION array, dimension at least  *  RWORK  (workspace) DOUBLE PRECISION array, dimension at least
 *         max ( N, (SMLSZ+1)*NRHS*3 ).  *         MAX( (SMLSZ+1)*NRHS*3, N*(1+NRHS) + 2*NRHS ).
 *  *
 *  IWORK  (workspace) INTEGER array.  *  IWORK  (workspace) INTEGER array.
 *         The dimension must be at least 3 * N  *         The dimension must be at least 3 * N

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


CVSweb interface <joel.bertrand@systella.fr>