summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-13packaging: Enable cblas packagetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_6.5/20211028.163501submit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen_5.0/20181101.000006submit/tizen/20180313.231549accepted/tizen/unified/20180314.062013accepted/tizen/8.0/unified/20231005.095011accepted/tizen/7.0/unified/hotfix/20221116.110924accepted/tizen/7.0/unified/20221110.061828accepted/tizen/6.5/unified/20211029.013210accepted/tizen/6.0/unified/hotfix/20201103.045529accepted/tizen/6.0/unified/hotfix/20201102.234238accepted/tizen/6.0/unified/20201030.105429accepted/tizen/5.5/unified/wearable/hotfix/20201027.095741accepted/tizen/5.5/unified/mobile/hotfix/20201027.073410accepted/tizen/5.5/unified/20191031.010636accepted/tizen/5.0/unified/20181102.024111tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedSangjung woo1-8/+32
2018-03-13packaging: Add RPM spec file for packagingSangjung woo1-0/+172
2017-06-17Update version in CMAKE - Fix for MATGEN generation on WindowsHEADmasterJulie2-2/+2
2017-06-12Merge pull request #167 from thielema/blas-parameter-commentslangou145-315/+1505
2017-06-12BLAS/xROTMG; comment on xPARAM: turn to output directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTM; comment on xPARAM: turn to input directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTMx, comment on xPARAM: put 5 in parenthesesHenning Thielemann4-4/+4
2017-06-12BLAS: add Doxygen comments for parameters where missingHenning Thielemann44-6/+1176
2017-06-12BLAS/SDSDOT: convert parameter comments to Doxygen formatHenning Thielemann1-47/+71
2017-06-12BLAS/xROTM; parameter comments for xX and xY: correct array dimensionHenning Thielemann2-8/+4
2017-06-12Merge pull request #166 from iyamazaki/masterlangou18-564/+283
2017-06-11Merge https://github.com/Reference-LAPACK/lapackIchitaro Yamazaki526-1139/+1141
2017-06-11fixing comments.Ichitaro Yamazaki6-16/+8
2017-06-10skip "singularity" check in sytrf_aa testerIchitaro Yamazaki6-210/+229
2017-06-10remove "singularity" check in sytrf_aaIchitaro Yamazaki12-338/+46
2017-06-10Preparing for 3.7.1 releaseJulie526-1139/+1141
2017-06-09BLAS doxygen array parameter comments: use the same format as LAPACKHenning Thielemann96-246/+246
2017-06-08Merge pull request #165 from thielema/array-dimensionslangou22-92/+48
2017-06-08xLA_GEAMV; parameter comments: pull 'array' to the type declaration lineHenning Thielemann2-4/+4
2017-06-08xLA_xxRFSX_EXTENDED; parameter comments: pull various dimension specification...Henning Thielemann14-76/+38
2017-06-08xPPSVX, xSPGV, xSPSVX; parameter comments for AFP and AP: pull (N*(N+1)/2) th...Henning Thielemann6-12/+6
2017-06-08Merge pull request #163 from thielema/array-dimensionslangou28-35/+30
2017-06-08DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3Henning Thielemann1-3/+3
2017-06-07xSTEDC, DSPEVD, ZHPEVD, DTGSEN; comment for array WORK: consistently use dime...Henning Thielemann5-10/+5
2017-06-07xGELSD; comment for array A: turn to \param[in,out]Henning Thielemann3-3/+3
2017-06-07xGSVJn, xLAQRn, xHETRD, xSYTRD; parameter comment: put LWORK dimension in par...Henning Thielemann19-19/+19
2017-06-07Fix #158Julien Langou2-2/+0
2017-06-06Merge pull request #162 from thielema/array-dimensionslangou26-43/+40
2017-06-06xLASD8, parameter comment: WORK dimension without 'at least'Henning Thielemann2-2/+2
2017-06-06ZLALSD, parameter comment: WORK dimension (N*NRHS)Henning Thielemann1-2/+1
2017-06-06xSYTRI2X, parameter comment: WORK dimensions use NB instead of NNBHenning Thielemann4-4/+4
2017-06-06xGEJSV, xGESVJ; parameter comment: declare WORK with dimension LWORKHenning Thielemann4-4/+4
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-03Merge pull request #161 from thielema/array-dimensionslangou9-18/+11
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-03Merge pull request #160 from thielema/cleanup-commentslangou67-148/+140
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-03Merge pull request #159 from thielema/cleanup-commentslangou33-168/+167