aboutsummaryrefslogtreecommitdiff
path: root/LAPACKE/src/lapacke_slascl.c
AgeCommit message (Collapse)Author
2016-06-18Update date, version for 3.6.1 releaseJulie
2016-02-23APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL ↵julie
(dmitry.g.baksheev@intel.com) [PATCH 30/42] Fix lapacke_?lascl - bugs and NaN checks - nancheck content, not padding (e.g. M-by-N, not LDA-by-N) - types L, U: use ?gb_nancheck(m,n), not ?tr_nancheck(n) - type H: use ?gb_nancheck(m,n), not ?hs_nancheck(n) - type Z: use ?gb_nancheck correctly, do not check unset data - type Z: M-by-N should be checked - type Z: A is 9th parameter - nrows_a is needed for correct transposition - info from LAPACK should be respected
2015-10-05Adding xlascl to LAPACKEjulie