Quick and dirty bug fix.
authorlangou <langou@users.noreply.github.com>
Tue, 6 Oct 2015 02:11:30 +0000 (02:11 +0000)
committerlangou <langou@users.noreply.github.com>
Tue, 6 Oct 2015 02:11:30 +0000 (02:11 +0000)
commit292c6d6dc87df038746bb9d705ccc3d9fa9987ec
tree82ba9482a0c63763789042e66236a4aa1a48e47d
parentc2959d1a5abd7cc60553f7b787410944cdb5f566
Quick and dirty bug fix.

Bug report and bug fix from Dan Kortschak.

See:
http://icl.cs.utk.edu/lapack-forum/viewtopic.php?t=4810
https://github.com/xianyi/OpenBLAS/issues/642

This is a quick bug fix, this only checks the triangular part of the trapezoid,
the rectangular part is not checked. Another commit should follow up soon.
LAPACKE/src/lapacke_clantr.c
LAPACKE/src/lapacke_dlantr.c
LAPACKE/src/lapacke_slantr.c
LAPACKE/src/lapacke_zlantr.c