summaryrefslogtreecommitdiff
path: root/LAPACKE/src
AgeCommit message (Expand)AuthorFilesLines
2017-05-24Fix lapacke *stegr, *stein, *bdsdc, *stev, *stevd: e has only (n-1) elementsecheresh16-16/+16
2017-05-24Fix lapacke_*con_3 and lapacke_*tri_3: e stores (n-1) input elements and offs...echeresh12-12/+24
2017-05-24Fix lapacke_*trf_rk and lapacke_*sv_rk: remove nan-checking for e, it is outp...echeresh12-36/+0
2017-05-21Avoid conversion between layouts in lapacke_?lange_workecheresh4-74/+92
2017-05-04Fix issue #143 (Invalid ?tpmqrt workspace allocation)Thomas Mijieux4-4/+16
2017-03-03Merge pull request #132 from turboencabulator/cleanuplangou1-3/+4
2017-02-21LAPACKE: fix wrong matrix size in lapacke_?ormbrVladimir Chalupecky2-6/+8
2017-02-21LAPACKE: fix wrong matrix size in lapacke_?ormbr_workVladimir Chalupecky2-28/+20
2017-02-19LAPACKE: fix wrong number of columns in ?ormlqVladimir Chalupecky4-18/+10
2017-02-09Fix #115Julien Langou10-0/+387
2017-02-06Simplify the clean targetsKyle Guinn1-3/+4
2017-02-04Merge pull request #120 from echeresh/lapacke_bdb_csdjulielangou24-1926/+404
2017-02-04Merge pull request #119 from turboencabulator/cleanuplangou2-52/+45
2017-02-03lapacke_zgejsv: align parens with lapacke_cgejsveugene.chereshnev1-4/+4
2017-02-03lapacke_*lacp2_work: remove unnecessary includeeugene.chereshnev2-2/+0
2017-02-03Remove tabs and trailing spaces (git diff -w prints nothing)eugene.chereshnev42-128/+128
2017-02-03lapacke_*stemr_work: fixed condition to check ldz: jobz must be checkedeugene.chereshnev4-4/+4
2017-02-03lapacke_*(sy|he)(evr|evx)_work: fix expression for # of columns in zeugene.chereshnev8-16/+24
2017-02-03lapacke_*ormlq_work: move declarations under ifeugene.chereshnev4-18/+16
2017-02-03lapacke_*bdsvdx: corrected # of columns used for allocation of z_teugene.chereshnev2-10/+10
2017-02-03lapacke_*gesdd: missing MAX. Should be lrwork = MAX(1, ...)eugene.chereshnev2-2/+2
2017-02-03lapacke_*ge(lq|qr|mlq): add functions to make fileseugene.chereshnev2-0/+48
2017-02-03lapacke_*gelq and lapacke_*gemlq: names of functions are incorrecteugene.chereshnev7-15/+15
2017-02-03lapacke_*laswp_work: incorrect value for lda_t (issue #110)eugene.chereshnev4-12/+28
2017-02-03lapacke_*larfb: char vars should be compared by LAPACKE_lsameeugene.chereshnev4-4/+32
2017-02-03lapacke_*(bb|or|un)(csd|bdb): forward calls to LAPACK without conversioneugene.chereshnev24-1926/+404
2017-02-01Allow building LAPACKE with XBLAS and TMGLIB simultaneouslyKyle Guinn1-33/+29
2017-01-31Make LAPACKE_WITH_TMG functionalKyle Guinn1-19/+16
2017-01-22Make ALLXOBJ refer to the right set of filesKyle Guinn1-9/+9
2017-01-21Split SRC_OBJ list to fix build problem with the mingw/msys arMartin Kroeker1-5/+12
2016-12-29fixes some more complex to int conversion in the LAPACKE files during workspaceJulien Langou6-6/+6
2016-12-29Fix complex to int conversionJulien Schueller4-4/+4
2016-12-26Inappropriate use of 'LAPACKE_dge_trans' instead of LAPACKE_dsy_trans in LAPA...Julien Langou4-8/+8
2016-12-23Updating version number on source file modified since 3.6.1Julie187-187/+187
2016-12-23Fixing 2stage lapackeJulie23-162/+162
2016-12-17Adding 2stage to LAPACKEJulie66-0/+6883
2016-12-13Add lapacke interfaces for ?getslseugene.chereshnev10-0/+780
2016-12-13Add lapacke interfaces for ?geqr, ?gelq, ?gemqr and ?gemlqeugene.chereshnev34-0/+2952
2016-12-10Adding [SY/HE]CON_3 to LAPACKEJulie14-0/+994
2016-12-10oopsJulie12-904/+0
2016-12-10Adding [SY/HE]TRI_3 to LAPACKEJulie26-0/+1934
2016-12-10Adding [SY/HE]TRF_RK to LAPACKEJulie15-1/+1040
2016-12-10Adding [SY/HE]SV_RK to LAPACKEJulie14-0/+1194
2016-12-10Adding [SY/HE]TRS_3 to LAPACKEJulie14-0/+992
2016-12-08Fix Issue #95Julien Langou4-35/+4
2016-12-06fix #5cmoha1-3/+3
2016-12-06fix #3cmoha1-3/+3
2016-12-06Merge remote-tracking branch 'refs/remotes/Reference-LAPACK/master'cmoha14-7/+1120
2016-12-06fixed definition of some voidscmoha4-12/+12
2016-12-03Adding complex symmetric Aasen routines to LAPACKEJulie14-0/+1115