summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
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-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-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-09Bug fix in SLAMSWLQ; fix type mismatches.JeffreySax11-49/+49
2017-05-01fix for issue #141 (how to detect singularity in T).iyamazaki6-48/+86
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_fixlangou8-220/+391
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-23Merge branch 'master' of https://github.com/Reference-LAPACK/lapackJulien Langou58-271/+284
2017-03-23This is related to #135Julien Langou2-4/+4
2017-03-23Fix #135Julien Langou2-12/+45
2017-03-17Replace **C -> **H in complex routineseugene.chereshnev6-25/+25
2017-03-17*gemlqt.f, *tpmlqt.f: replace **C -> **H, T is MB-by-K, fix nameseugene.chereshnev6-37/+37
2017-03-17*geqrt.f: T is NB-by-Keugene.chereshnev4-4/+4
2017-03-17*gelqt.f: replace NB -> MBeugene.chereshnev4-20/+20
2017-03-17*trs_aa.f: a is input only parametereugene.chereshnev6-6/+6
2017-03-17*tplqt.f, *tplqt2.f: incorrect dimensionseugene.chereshnev8-52/+52
2017-03-17*gemlqt.f: incorrect dimension of Veugene.chereshnev4-16/+16
2017-03-17*gelqt.f, *gelqt3.f: reflectors are stored in rowseugene.chereshnev8-16/+16
2017-03-17*gemlqt.f, *lamswlq.f, *lamtsqr.f: fix mistakes in commentseugene.chereshnev16-39/+47
2017-03-06Fix documentation for ?LASWP routineeugene.chereshnev4-16/+24
2017-03-03Merge pull request #132 from turboencabulator/cleanuplangou3-43/+40
2017-02-22Fix missing comma on continued lineMartin Kroeker3-3/+3
2017-02-22Fix missing comma on continued lineMartin Kroeker1-1/+1
2017-02-22Fix missing comma on continued lineMartin Kroeker1-1/+1
2017-02-21[coverage] Added CMake rules for code coverageGuillaume Jacquenot1-0/+5
2017-02-16Fix #124Julien Langou1-1/+1
2017-02-06Simplify the clean targetsKyle Guinn2-6/+10
2017-02-04Remove VARIANTSDIR so we don't have to use mkdirKyle Guinn2-29/+26
2017-02-04Add libraries as prerequisitesKyle Guinn2-15/+11
2017-02-03Strip out comments that don't applyKyle Guinn2-25/+6
2017-02-03Use the BUILD_* option variables for BLAS and CBLASKyle Guinn1-10/+0
2017-02-03Use appending to create lists of source filesKyle Guinn1-9/+9
2017-02-02Fix overlinking/underlinking LAPACK dependenciesKyle Guinn1-2/+2
2017-02-01Allow building LAPACKE with XBLAS and TMGLIB simultaneouslyKyle Guinn1-9/+14