Diff for /rpl/lapack/lapack/dla_gerfsx_extended.f between versions 1.15 and 1.16

version 1.15, 2018/05/29 07:17:54 version 1.16, 2020/05/21 21:45:57
Line 64 Line 64
 *> \verbatim  *> \verbatim
 *>          PREC_TYPE is INTEGER  *>          PREC_TYPE is INTEGER
 *>     Specifies the intermediate precision to be used in refinement.  *>     Specifies the intermediate precision to be used in refinement.
 *>     The value is defined by ILAPREC(P) where P is a CHARACTER and  *>     The value is defined by ILAPREC(P) where P is a CHARACTER and P
 *>     P    = 'S':  Single  *>          = 'S':  Single
 *>          = 'D':  Double  *>          = 'D':  Double
 *>          = 'I':  Indigenous  *>          = 'I':  Indigenous
 *>          = 'X', 'E':  Extra  *>          = 'X' or 'E':  Extra
 *> \endverbatim  *> \endverbatim
 *>  *>
 *> \param[in] TRANS_TYPE  *> \param[in] TRANS_TYPE
 *> \verbatim  *> \verbatim
 *>          TRANS_TYPE is INTEGER  *>          TRANS_TYPE is INTEGER
 *>     Specifies the transposition operation on A.  *>     Specifies the transposition operation on A.
 *>     The value is defined by ILATRANS(T) where T is a CHARACTER and  *>     The value is defined by ILATRANS(T) where T is a CHARACTER and T
 *>     T    = 'N':  No transpose  *>          = 'N':  No transpose
 *>          = 'T':  Transpose  *>          = 'T':  Transpose
 *>          = 'C':  Conjugate transpose  *>          = 'C':  Conjugate transpose
 *> \endverbatim  *> \endverbatim
Line 256 Line 256
 *>     information as described below. There currently are up to three  *>     information as described below. There currently are up to three
 *>     pieces of information returned for each right-hand side. If  *>     pieces of information returned for each right-hand side. If
 *>     componentwise accuracy is not requested (PARAMS(3) = 0.0), then  *>     componentwise accuracy is not requested (PARAMS(3) = 0.0), then
 *>     ERRS_C is not accessed.  If N_ERR_BNDS .LT. 3, then at most  *>     ERRS_C is not accessed.  If N_ERR_BNDS < 3, then at most
 *>     the first (:,N_ERR_BNDS) entries are returned.  *>     the first (:,N_ERR_BNDS) entries are returned.
 *>  *>
 *>     The first index in ERRS_C(i,:) corresponds to the ith  *>     The first index in ERRS_C(i,:) corresponds to the ith

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


CVSweb interface <joel.bertrand@systella.fr>