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:45:11 +0000 (05:45 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:45:11 +0000 (05:45 +0000)
commit4d41972a4105e3029856c82aa80b6f699effb20b
treedd2e43c0a17817185c6fc343e49c85825db68a63
parente5f4edc2414d38ebb0cb8e67dc2f852f1429f7fc
APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com)

[PATCH 33/42] Fix lapacke_?bdsvdx - vl,vu are real; ns must be passed by ref

- vl and vu are real kind
- ns is [out] and must be passed by reference
- lwork must be at least 1
- e is n-1 array
- ldz should be compared to ncols_z for r-major case
LAPACKE/include/lapacke.h
LAPACKE/src/lapacke_dbdsvdx.c
LAPACKE/src/lapacke_dbdsvdx_work.c
LAPACKE/src/lapacke_sbdsvdx.c
LAPACKE/src/lapacke_sbdsvdx_work.c