Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-05-28 | xLAQRx, xTGSEN, IPARMQ: 'integer scalar', 'integer' -> 'INTEGER' in parameter... | Henning Thielemann | 19 | -145/+145 |
2017-05-28 | xGGESX, SELCTG parameter description: 'procedure)' -> 'a' | Henning Thielemann | 4 | -4/+4 |
2017-05-28 | SSBGVX: add '*' for multiplication in array dimensions in parameter comments | Henning Thielemann | 1 | -2/+2 |
2017-05-28 | xLAQR2, xLAQR3, xGEJSV: add parentheses to dimensions of one-dimensional arra... | Henning Thielemann | 8 | -10/+10 |
2017-05-28 | xBBCSD: dimenison -> dimension | Henning Thielemann | 4 | -4/+4 |
2017-05-25 | Merge pull request #157 from echeresh/e_lapacke | langou | 40 | -64/+40 |
2017-05-24 | Fix lapacke *stegr, *stein, *bdsdc, *stev, *stevd: e has only (n-1) elements | echeresh | 16 | -16/+16 |
2017-05-24 | Fix lapacke_*con_3 and lapacke_*tri_3: e stores (n-1) input elements and offs... | echeresh | 12 | -12/+24 |
2017-05-24 | Fix lapacke_*trf_rk and lapacke_*sv_rk: remove nan-checking for e, it is outp... | echeresh | 12 | -36/+0 |
2017-05-22 | Merge pull request #156 from nareshkamboju/master | langou | 1 | -11/+11 |
2017-05-22 | lapack_testing.py: print results in one line | Naresh Kamboju | 1 | -11/+11 |
2017-05-22 | propagate a72750e643027648736f5adb1f89514b1d6e8ae3 to SINGLE PRECISION files | Julien Langou | 2 | -4/+4 |
2017-05-22 | propagate the INTENT(IN) in the header | Julien Langou | 1 | -1/+1 |
2017-05-22 | Minor correction. I think this was the intent of the previous commit. | Julien Langou | 1 | -1/+1 |
2017-05-22 | Merge pull request #155 from jeffhammond/fix_isnan_aliasing | langou | 2 | -2/+2 |
2017-05-22 | Merge pull request #140 from SoapGentoo/cmake-fixes | langou | 7 | -16/+12 |
2017-05-22 | Merge pull request #154 from echeresh/xlange_lapacke | langou | 4 | -74/+92 |
2017-05-21 | Avoid conversion between layouts in lapacke_?lange_work | echeresh | 4 | -74/+92 |
2017-05-19 | use INTENT(IN) to avoid violating Fortran aliasing rules | Jeff Hammond | 2 | -2/+2 |