Age | Commit message (Expand) | Author | Files | Lines |
2017-06-17 | Update version in CMAKE - Fix for MATGEN generation on WindowsHEADmaster | Julie | 2 | -2/+2 |
2017-06-12 | Merge pull request #167 from thielema/blas-parameter-comments | langou | 145 | -315/+1505 |
2017-06-12 | BLAS/xROTMG; comment on xPARAM: turn to output direction | Henning Thielemann | 2 | -2/+2 |
2017-06-12 | BLAS/xROTM; comment on xPARAM: turn to input direction | Henning Thielemann | 2 | -2/+2 |
2017-06-12 | BLAS/xROTMx, comment on xPARAM: put 5 in parentheses | Henning Thielemann | 4 | -4/+4 |
2017-06-12 | BLAS: add Doxygen comments for parameters where missing | Henning Thielemann | 44 | -6/+1176 |
2017-06-12 | BLAS/SDSDOT: convert parameter comments to Doxygen format | Henning Thielemann | 1 | -47/+71 |
2017-06-12 | BLAS/xROTM; parameter comments for xX and xY: correct array dimension | Henning Thielemann | 2 | -8/+4 |
2017-06-12 | Merge pull request #166 from iyamazaki/master | langou | 18 | -564/+283 |
2017-06-11 | Merge https://github.com/Reference-LAPACK/lapack | Ichitaro Yamazaki | 526 | -1139/+1141 |
2017-06-11 | fixing comments. | Ichitaro Yamazaki | 6 | -16/+8 |
2017-06-10 | skip "singularity" check in sytrf_aa tester | Ichitaro Yamazaki | 6 | -210/+229 |
2017-06-10 | remove "singularity" check in sytrf_aa | Ichitaro Yamazaki | 12 | -338/+46 |
2017-06-10 | Preparing for 3.7.1 release | Julie | 526 | -1139/+1141 |
2017-06-09 | BLAS doxygen array parameter comments: use the same format as LAPACK | Henning Thielemann | 96 | -246/+246 |
2017-06-08 | Merge pull request #165 from thielema/array-dimensions | langou | 22 | -92/+48 |
2017-06-08 | xLA_GEAMV; parameter comments: pull 'array' to the type declaration line | Henning Thielemann | 2 | -4/+4 |
2017-06-08 | xLA_xxRFSX_EXTENDED; parameter comments: pull various dimension specification... | Henning Thielemann | 14 | -76/+38 |
2017-06-08 | xPPSVX, xSPGV, xSPSVX; parameter comments for AFP and AP: pull (N*(N+1)/2) th... | Henning Thielemann | 6 | -12/+6 |
2017-06-08 | Merge pull request #163 from thielema/array-dimensions | langou | 28 | -35/+30 |
2017-06-08 | DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3 | Henning Thielemann | 1 | -3/+3 |
2017-06-07 | xSTEDC, DSPEVD, ZHPEVD, DTGSEN; comment for array WORK: consistently use dime... | Henning Thielemann | 5 | -10/+5 |
2017-06-07 | xGELSD; comment for array A: turn to \param[in,out] | Henning Thielemann | 3 | -3/+3 |
2017-06-07 | xGSVJn, xLAQRn, xHETRD, xSYTRD; parameter comment: put LWORK dimension in par... | Henning Thielemann | 19 | -19/+19 |
2017-06-07 | Fix #158 | Julien Langou | 2 | -2/+0 |
2017-06-06 | Merge pull request #162 from thielema/array-dimensions | langou | 26 | -43/+40 |
2017-06-06 | xLASD8, parameter comment: WORK dimension without 'at least' | Henning Thielemann | 2 | -2/+2 |
2017-06-06 | ZLALSD, parameter comment: WORK dimension (N*NRHS) | Henning Thielemann | 1 | -2/+1 |
2017-06-06 | xSYTRI2X, parameter comment: WORK dimensions use NB instead of NNB | Henning Thielemann | 4 | -4/+4 |
2017-06-06 | xGEJSV, xGESVJ; parameter comment: declare WORK with dimension LWORK | Henning Thielemann | 4 | -4/+4 |
2017-06-06 | xUNCSD, xORCSD: use LDx for leading dimensions, although the arrays contain s... | Henning Thielemann | 4 | -16/+16 |
2017-06-06 | xTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comments: fix wrong LD's in... | Henning Thielemann | 11 | -15/+13 |
2017-06-03 | Merge pull request #161 from thielema/array-dimensions | langou | 9 | -18/+11 |
2017-06-03 | xLALSA, DLASDA; parameters WORK, IWORK: turn "at least" phrases into dimensio... | Henning Thielemann | 5 | -14/+7 |
2017-06-03 | xLAED3, parameter Q2: dimension (LDQ2, N) -> (LDQ2*N) | Henning Thielemann | 2 | -2/+2 |
2017-06-03 | ZCGESV, ZCPOSV; parameter WORK: dimension (N*NRHS) -> (N,NRHS) | Henning Thielemann | 2 | -2/+2 |
2017-06-03 | Merge pull request #160 from thielema/cleanup-comments | langou | 67 | -148/+140 |
2017-06-03 | SGEES, parameter SELECT: add article 'a' before 'LOGICAL FUNCTION' | Henning Thielemann | 1 | -1/+1 |
2017-06-03 | ZGEBAL: add types in parameter comments of ILO and IHI | Henning Thielemann | 1 | -0/+2 |
2017-06-03 | DLASQ5, DTGSEN: add missing '*>' line | Henning Thielemann | 2 | -2/+2 |
2017-06-03 | DLASD0; IWORK, WORK: copy dimension specification from SLASD0 | Henning Thielemann | 1 | -4/+2 |
2017-06-03 | xGESVJ, JOBA parameter: 'CHARACTER* 1' -> 'CHARACTER*1' | Henning Thielemann | 4 | -4/+4 |
2017-06-03 | xUNM22, xORM22: 'Arguments' -> 'Arguments:' | Henning Thielemann | 4 | -8/+8 |
2017-06-03 | xUNCSD, xORCSD; U1, U2, V1T, V2T: duplicate dimensions of square matrices | Henning Thielemann | 4 | -16/+16 |
2017-06-03 | correct type names in parameter comments | Henning Thielemann | 3 | -4/+4 |
2017-06-03 | xLAQR5; WANTT, WANTZ parameters: logical scalar -> LOGICAL | Henning Thielemann | 4 | -8/+8 |
2017-06-03 | Consistent formatting of array parameter comments: | Henning Thielemann | 51 | -101/+93 |
2017-06-03 | Merge pull request #159 from thielema/cleanup-comments | langou | 33 | -168/+167 |
2017-06-03 | xTRTTP, parameter AP: add closing parentheses to dimension specification | Henning Thielemann | 2 | -2/+2 |
2017-06-03 | CLAQR4: remove duplicate \verbatim | Henning Thielemann | 1 | -1/+0 |