Correct workspace computation for [CZ]GESVDX when a workspace query is done
authorlangou <langou@users.noreply.github.com>
Sun, 22 Nov 2015 20:34:02 +0000 (20:34 +0000)
committerlangou <langou@users.noreply.github.com>
Sun, 22 Nov 2015 20:34:02 +0000 (20:34 +0000)
commit8e99b34f79d7bc1ce4eae7c8469fb13bc82cdf82
tree047535793861dc42737eff6611b86ef5e29d53dc
parent2abe08979fe741ba76c14c525068c1e3c4c3cb4c
Correct workspace computation for [CZ]GESVDX when a workspace query is done

This is a bug report and a bug fix from Lawrence Mulholland from NAG.

Thanks Lawrence!

Also add a variable ITEMPR to index the real workspace RWORK as opposed to
using ITEMP. ITEMP is for complex workspace WORK, while ITEMPR is for the real
workspace RWORK. Sounds good.

Thanks Lawrence!

See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=4851
SRC/cgesvdx.f
SRC/zgesvdx.f