version 1.13, 2017/06/17 10:53:46
|
version 1.15, 2018/05/29 07:19:43
|
Line 111
|
Line 111
|
*> |
*> |
*> \param[in] A |
*> \param[in] A |
*> \verbatim |
*> \verbatim |
*> A is COMPLEX*16 array of DIMENSION ( LDA, k ), |
*> A is COMPLEX*16 array, dimension ( LDA, k ), |
*> where k is m when SIDE = 'L' or 'l' |
*> where k is m when SIDE = 'L' or 'l' |
*> and k is n when SIDE = 'R' or 'r'. |
*> and k 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 |
Line 137
|
Line 137
|
*> |
*> |
*> \param[in,out] B |
*> \param[in,out] B |
*> \verbatim |
*> \verbatim |
*> B is COMPLEX*16 array of DIMENSION ( LDB, n ). |
*> B is COMPLEX*16 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 right-hand side matrix B, and on exit is |
*> contain the right-hand side matrix B, and on exit is |
*> overwritten by the solution matrix X. |
*> overwritten by the solution matrix X. |