summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-03xTRTTP, parameter AP: add closing parentheses to dimension specificationHenning Thielemann2-2/+2
2017-06-03CLAQR4: remove duplicate \verbatimHenning Thielemann1-1/+0
2017-05-28xLAQRx, xTGSEN, IPARMQ: 'integer scalar', 'integer' -> 'INTEGER' in parameter...Henning Thielemann19-145/+145
2017-05-28xGGESX, SELCTG parameter description: 'procedure)' -> 'a'Henning Thielemann4-4/+4
2017-05-28SSBGVX: add '*' for multiplication in array dimensions in parameter commentsHenning Thielemann1-2/+2
2017-05-28xLAQR2, xLAQR3, xGEJSV: add parentheses to dimensions of one-dimensional arra...Henning Thielemann8-10/+10
2017-05-28xBBCSD: dimenison -> dimensionHenning Thielemann4-4/+4
2017-05-25Merge pull request #157 from echeresh/e_lapackelangou40-64/+40
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-22Merge pull request #156 from nareshkamboju/masterlangou1-11/+11
2017-05-22lapack_testing.py: print results in one lineNaresh Kamboju1-11/+11
2017-05-22propagate a72750e643027648736f5adb1f89514b1d6e8ae3 to SINGLE PRECISION filesJulien Langou2-4/+4
2017-05-22propagate the INTENT(IN) in the headerJulien Langou1-1/+1
2017-05-22Minor correction. I think this was the intent of the previous commit.Julien Langou1-1/+1
2017-05-22Merge pull request #155 from jeffhammond/fix_isnan_aliasinglangou2-2/+2
2017-05-22Merge pull request #140 from SoapGentoo/cmake-fixeslangou7-16/+12
2017-05-22Merge pull request #154 from echeresh/xlange_lapackelangou4-74/+92
2017-05-21Avoid conversion between layouts in lapacke_?lange_workecheresh4-74/+92
2017-05-19use INTENT(IN) to avoid violating Fortran aliasing rulesJeff Hammond2-2/+2
2017-05-18Fix #147: xlapy2 not propagating nansJulien Langou2-16/+43
2017-05-13Merge pull request #149 from JeffreySax/masterlangou11-49/+49
2017-05-09Bug fix in SLAMSWLQ; fix type mismatches.JeffreySax11-49/+49
2017-05-04Merge pull request #144 from tmijieux/lapacke/fix_tpmqrt_work_allocationlangou4-4/+16
2017-05-04Fix issue #143 (Invalid ?tpmqrt workspace allocation)Thomas Mijieux4-4/+16
2017-05-02Merge pull request #142 from iyamazaki/masterlangou6-48/+86
2017-05-01fix for issue #141 (how to detect singularity in T).iyamazaki6-48/+86
2017-04-16Replace last occurrences of `include` install pathsDavid Seifert7-16/+12
2017-04-13This is related to issue #42.Julien Langou1-24/+23
2017-04-13Fix #52Julien Langou2-4/+16
2017-04-01Merge pull request #138 from kbergstr/fixeslangou4-20/+20
2017-04-01Merge pull request #137 from echeresh/xlarrx_fixlangou24-4476/+4618
2017-03-31Add quick return for *LARR* routineseugene.chereshnev24-4476/+4618
2017-03-30Line endings changed from win style to lnx styleKirana Bergstrom2-4472/+4472
2017-03-29Changed indendation for correct alignmentKirana Bergstrom2-16/+16
2017-03-28took out extra spaces, added workspace calculation conditionKirana Bergstrom2-3/+3
2017-03-28took out extra spaceskirana.bergstrom1-1/+1
2017-03-27Merge pull request #136 from echeresh/370_fixlangou55-530/+772
2017-03-26Fix external names and remove unused routines from external statementseugene.chereshnev17-67/+36
2017-03-26Remove redundant IF in TESTING/LIN/*chkrfp.feugene.chereshnev4-20/+0
2017-03-26Fix *chk{sb,hb}2stg.f: corrected name of subroutine in external sectioneugene.chereshnev3-3/+3
2017-03-26Align TESTING/{EIG,LIN}/chkxer.feugene.chereshnev1-20/+2
2017-03-26Align TESTING/{EIG,LIN}/*larhs.feugene.chereshnev6-10/+10
2017-03-24Align TESTING/{LIN,MATGEN}/*lahilb.feugene.chereshnev8-52/+52
2017-03-24Align TESTING/{EIG,LIN}/*get02.feugene.chereshnev4-6/+6
2017-03-24Fix *2st_kernels.f: unify doc commentseugene.chereshnev4-112/+283
2017-03-24Fix *lasyf_aa.f: replace N -> M in commentseugene.chereshnev4-108/+108
2017-03-24Fix *drvls.f: duplicate loop to make work query for each of test caseseugene.chereshnev4-132/+272
2017-03-23Merge branch 'master' of https://github.com/Reference-LAPACK/lapackJulien Langou82-834/+894