APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry...
authorjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:59:45 +0000 (05:59 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:59:45 +0000 (05:59 +0000)
commitc5817e71841caf214d2053c332913abcb6569a03
treed6715a426560a4f336d40803f1067c56298071c3
parent0bcfce3e679084b23494b8622cbce131ae0696f8
APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com)

!!! NOT APPLYING PATCH [PATCH 36/42] !!! Fix lapacke_?syconv - parameter work is not part of hi-level interface
See revision 1609 | langou | 2015-10-28 22:06:14 -0700 (Wed, 28 Oct 2015)
"In ?syconv, replace the variable name WORK by the variable name E.  E is the
standard way to name the supdiagonal/subdiagonal of a symmetric tridiagonal
matrix.  Also, E (previously WORK) is of size N-1, not N. So correct this in
the comment."

Updated LAPACKE with new parameter name.
LAPACKE/include/lapacke.h
LAPACKE/src/lapacke_csyconv.c
LAPACKE/src/lapacke_csyconv_work.c
LAPACKE/src/lapacke_dsyconv.c
LAPACKE/src/lapacke_dsyconv_work.c
LAPACKE/src/lapacke_ssyconv.c
LAPACKE/src/lapacke_ssyconv_work.c
LAPACKE/src/lapacke_zsyconv.c
LAPACKE/src/lapacke_zsyconv_work.c