From d4ee683be9972d43b25f6ae16b54194acca35bbb Mon Sep 17 00:00:00 2001 From: julie Date: Tue, 23 Feb 2016 05:28:28 +0000 Subject: [PATCH] APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com) [PATCH 17/42] Fix {C,Z}LAROR documentation to not corrupt doxygen output --- SRC/cgsvj1.f | 6 +++--- SRC/zgsvj1.f | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/SRC/cgsvj1.f b/SRC/cgsvj1.f index b83095e..4c4a649 100644 --- a/SRC/cgsvj1.f +++ b/SRC/cgsvj1.f @@ -105,7 +105,7 @@ *> *> \param[in,out] A *> \verbatim -*> A is REAL array, dimension (LDA,N) +*> A is COMPLEX array, dimension (LDA,N) *> On entry, M-by-N matrix A, such that A*diag(D) represents *> the input matrix. *> On exit, @@ -124,7 +124,7 @@ *> *> \param[in,out] D *> \verbatim -*> D is REAL array, dimension (N) +*> D is COMPLEX array, dimension (N) *> The array D accumulates the scaling factors from the fast scaled *> Jacobi rotations. *> On entry, A*diag(D) represents the input matrix. @@ -154,7 +154,7 @@ *> *> \param[in,out] V *> \verbatim -*> V is REAL array, dimension (LDV,N) +*> V is COMPLEX array, dimension (LDV,N) *> If JOBV .EQ. 'V' then N rows of V are post-multipled by a *> sequence of Jacobi rotations. *> If JOBV .EQ. 'A' then MV rows of V are post-multipled by a diff --git a/SRC/zgsvj1.f b/SRC/zgsvj1.f index 82fce58..b57bdb3 100644 --- a/SRC/zgsvj1.f +++ b/SRC/zgsvj1.f @@ -105,7 +105,7 @@ *> *> \param[in,out] A *> \verbatim -*> A is DOUBLE PRECISION array, dimension (LDA,N) +*> A is COMPLEX*16 array, dimension (LDA,N) *> On entry, M-by-N matrix A, such that A*diag(D) represents *> the input matrix. *> On exit, @@ -124,7 +124,7 @@ *> *> \param[in,out] D *> \verbatim -*> D is DOUBLE PRECISION array, dimension (N) +*> D is COMPLEX*16 array, dimension (N) *> The array D accumulates the scaling factors from the fast scaled *> Jacobi rotations. *> On entry, A*diag(D) represents the input matrix. @@ -154,7 +154,7 @@ *> *> \param[in,out] V *> \verbatim -*> V is DOUBLE PRECISION array, dimension (LDV,N) +*> V is COMPLEX*16 array, dimension (LDV,N) *> If JOBV .EQ. 'V' then N rows of V are post-multipled by a *> sequence of Jacobi rotations. *> If JOBV .EQ. 'A' then MV rows of V are post-multipled by a @@ -199,7 +199,7 @@ *> *> \param[out] WORK *> \verbatim -*> WORK is DOUBLE PRECISION array, dimension (LWORK) +*> WORK is COMPLEX*16 array, dimension (LWORK) *> \endverbatim *> *> \param[in] LWORK -- 2.7.4