Diff for /rpl/lapack/lapack/zgebak.f between versions 1.16 and 1.17

version 1.16, 2018/05/29 07:18:13 version 1.17, 2020/05/21 21:46:03
Line 48 Line 48
 *> \verbatim  *> \verbatim
 *>          JOB is CHARACTER*1  *>          JOB is CHARACTER*1
 *>          Specifies the type of backward transformation required:  *>          Specifies the type of backward transformation required:
 *>          = 'N', do nothing, return immediately;  *>          = 'N': do nothing, return immediately;
 *>          = 'P', do backward transformation for permutation only;  *>          = 'P': do backward transformation for permutation only;
 *>          = 'S', do backward transformation for scaling only;  *>          = 'S': do backward transformation for scaling only;
 *>          = 'B', do backward transformations for both permutation and  *>          = 'B': do backward transformations for both permutation and
 *>                 scaling.  *>                 scaling.
 *>          JOB must be the same as the argument JOB supplied to ZGEBAL.  *>          JOB must be the same as the argument JOB supplied to ZGEBAL.
 *> \endverbatim  *> \endverbatim

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


CVSweb interface <joel.bertrand@systella.fr>