Correcting Bug 129
authorjulie <julielangou@users.noreply.github.com>
Wed, 26 Aug 2015 04:46:55 +0000 (04:46 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 26 Aug 2015 04:46:55 +0000 (04:46 +0000)
commita5009ec0e0443d6f7f9cd245e3dddc7ee6bc2ee7
tree2208645a49aff53bec2ebf32876015cd202a7d7e
parent6b20fd0bfc3f7ac36e7074b2afa3a8683c2dab46
Correcting Bug 129
See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4747

 Modify LAPACK_?syconv interface  - Work is used to return values

 (1) Remove the local work variable and its allocation and deallocation
 (2) Add work in LAPACK_?syconv interface
 (3) Update lapacke.h
LAPACKE/include/lapacke.h
LAPACKE/src/lapacke_csyconv.c
LAPACKE/src/lapacke_dsyconv.c
LAPACKE/src/lapacke_ssyconv.c
LAPACKE/src/lapacke_zsyconv.c