summaryrefslogtreecommitdiff
path: root/SRC
AgeCommit message (Expand)AuthorFilesLines
2017-06-06xUNCSD, xORCSD: use LDx for leading dimensions, although the arrays contain s...Henning Thielemann4-16/+16
2017-06-06xTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comments: fix wrong LD's in...Henning Thielemann11-15/+13
2017-06-03xLALSA, DLASDA; parameters WORK, IWORK: turn "at least" phrases into dimensio...Henning Thielemann5-14/+7
2017-06-03xLAED3, parameter Q2: dimension (LDQ2, N) -> (LDQ2*N)Henning Thielemann2-2/+2
2017-06-03ZCGESV, ZCPOSV; parameter WORK: dimension (N*NRHS) -> (N,NRHS)Henning Thielemann2-2/+2
2017-06-03SGEES, parameter SELECT: add article 'a' before 'LOGICAL FUNCTION'Henning Thielemann1-1/+1
2017-06-03ZGEBAL: add types in parameter comments of ILO and IHIHenning Thielemann1-0/+2
2017-06-03DLASQ5, DTGSEN: add missing '*>' lineHenning Thielemann2-2/+2
2017-06-03DLASD0; IWORK, WORK: copy dimension specification from SLASD0Henning Thielemann1-4/+2
2017-06-03xGESVJ, JOBA parameter: 'CHARACTER* 1' -> 'CHARACTER*1'Henning Thielemann4-4/+4
2017-06-03xUNM22, xORM22: 'Arguments' -> 'Arguments:'Henning Thielemann4-8/+8
2017-06-03xUNCSD, xORCSD; U1, U2, V1T, V2T: duplicate dimensions of square matricesHenning Thielemann4-16/+16
2017-06-03correct type names in parameter commentsHenning Thielemann3-4/+4
2017-06-03xLAQR5; WANTT, WANTZ parameters: logical scalar -> LOGICALHenning Thielemann4-8/+8
2017-06-03Consistent formatting of array parameter comments:Henning Thielemann51-101/+93
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-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