Diff for /rpl/lapack/blas/dtrmm.f between versions 1.13 and 1.14

version 1.13, 2017/06/17 10:53:44 version 1.14, 2018/05/29 06:55:14
Line 109 Line 109
 *>  *>
 *> \param[in] A  *> \param[in] A
 *> \verbatim  *> \verbatim
 *>           A is DOUBLE PRECISION array of DIMENSION ( LDA, k ), where k is m  *>           A is DOUBLE PRECISION array, dimension ( LDA, k ), where k is m
 *>           when  SIDE = 'L' or 'l'  and is  n  when  SIDE = 'R' or 'r'.  *>           when  SIDE = 'L' or 'l'  and is  n  when  SIDE = 'R' or 'r'.
 *>           Before entry  with  UPLO = 'U' or 'u',  the  leading  k by k  *>           Before entry  with  UPLO = 'U' or 'u',  the  leading  k by k
 *>           upper triangular part of the array  A must contain the upper  *>           upper triangular part of the array  A must contain the upper
Line 134 Line 134
 *>  *>
 *> \param[in,out] B  *> \param[in,out] B
 *> \verbatim  *> \verbatim
 *>          B is DOUBLE PRECISION array of DIMENSION ( LDB, n ).  *>          B is DOUBLE PRECISION array, dimension ( LDB, N )
 *>           Before entry,  the leading  m by n part of the array  B must  *>           Before entry,  the leading  m by n part of the array  B must
 *>           contain the matrix  B,  and  on exit  is overwritten  by the  *>           contain the matrix  B,  and  on exit  is overwritten  by the
 *>           transformed matrix.  *>           transformed matrix.

Removed from v.1.13  
changed lines
  Added in v.1.14


CVSweb interface <joel.bertrand@systella.fr>