Diff for /rpl/lapack/lapack/dggesx.f between versions 1.17 and 1.18

version 1.17, 2018/05/29 07:17:53 version 1.18, 2020/05/21 21:45:57
Line 131 Line 131
 *> \verbatim  *> \verbatim
 *>          SENSE is CHARACTER*1  *>          SENSE is CHARACTER*1
 *>          Determines which reciprocal condition numbers are computed.  *>          Determines which reciprocal condition numbers are computed.
 *>          = 'N' : None are computed;  *>          = 'N':  None are computed;
 *>          = 'E' : Computed for average of selected eigenvalues only;  *>          = 'E':  Computed for average of selected eigenvalues only;
 *>          = 'V' : Computed for selected deflating subspaces only;  *>          = 'V':  Computed for selected deflating subspaces only;
 *>          = 'B' : Computed for both.  *>          = 'B':  Computed for both.
 *>          If SENSE = 'E', 'V', or 'B', SORT must equal 'S'.  *>          If SENSE = 'E', 'V', or 'B', SORT must equal 'S'.
 *> \endverbatim  *> \endverbatim
 *>  *>

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


CVSweb interface <joel.bertrand@systella.fr>