Fixing bug 133
authorjulie <julielangou@users.noreply.github.com>
Thu, 3 Sep 2015 06:07:59 +0000 (06:07 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 3 Sep 2015 06:07:59 +0000 (06:07 +0000)
commita61ed54a7d33862fde26198b6935632953ea1d29
tree729534684ba3d180c482a45c88b0563f2c7d6951
parent2f2f760e62094d2ab4643cfbdc5625f1ce380ab0
Fixing bug 133

Bug reported by the GONUM team member: btracey on LAPACK forum
Link: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4771
Description:  the number of columns of A depends on the Side, so the test should compare against m or n.

Fix by Julie.
LAPACKE/src/lapacke_cunmlq_work.c
LAPACKE/src/lapacke_dormlq_work.c
LAPACKE/src/lapacke_sormlq_work.c
LAPACKE/src/lapacke_zunmlq_work.c