version 1.12, 2017/06/17 10:53:45
|
version 1.14, 2018/05/29 07:19:43
|
Line 87
|
Line 87
|
*> |
*> |
*> \param[in] A |
*> \param[in] A |
*> \verbatim |
*> \verbatim |
*> A is COMPLEX*16 array of DIMENSION ( LDA, ka ), where ka is |
*> A is COMPLEX*16 array, dimension ( LDA, ka ), where ka is |
*> m when SIDE = 'L' or 'l' and is n otherwise. |
*> m when SIDE = 'L' or 'l' and is n otherwise. |
*> Before entry with SIDE = 'L' or 'l', the m by m part of |
*> Before entry with SIDE = 'L' or 'l', the m by m part of |
*> the array A must contain the hermitian matrix, such that |
*> the array A must contain the hermitian matrix, such that |
Line 124
|
Line 124
|
*> |
*> |
*> \param[in] B |
*> \param[in] 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 matrix B. |
*> contain the matrix B. |
*> \endverbatim |
*> \endverbatim |
Line 146
|
Line 146
|
*> |
*> |
*> \param[in,out] C |
*> \param[in,out] C |
*> \verbatim |
*> \verbatim |
*> C is COMPLEX*16 array of DIMENSION ( LDC, n ). |
*> C is COMPLEX*16 array, dimension ( LDC, N ) |
*> Before entry, the leading m by n part of the array C must |
*> Before entry, the leading m by n part of the array C must |
*> contain the matrix C, except when beta is zero, in which |
*> contain the matrix C, except when beta is zero, in which |
*> case C need not be set on entry. |
*> case C need not be set on entry. |