Age | Commit message (Expand) | Author | Files | Lines |
2017-06-11 | Merge https://github.com/Reference-LAPACK/lapack | Ichitaro Yamazaki | 329 | -822/+822 |
2017-06-11 | fixing comments. | Ichitaro Yamazaki | 6 | -16/+8 |
2017-06-10 | remove "singularity" check in sytrf_aa | Ichitaro Yamazaki | 12 | -338/+46 |
2017-06-10 | Preparing for 3.7.1 release | Julie | 329 | -822/+822 |
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 | 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 | 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 | 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 | 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-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-19 | use INTENT(IN) to avoid violating Fortran aliasing rules | Jeff Hammond | 2 | -2/+2 |
2017-05-18 | Fix #147: xlapy2 not propagating nans | Julien Langou | 2 | -16/+43 |
2017-05-09 | Bug fix in SLAMSWLQ; fix type mismatches. | JeffreySax | 11 | -49/+49 |
2017-05-01 | fix for issue #141 (how to detect singularity in T). | iyamazaki | 6 | -48/+86 |
2017-04-13 | Fix #52 | Julien Langou | 2 | -4/+16 |
2017-04-01 | Merge pull request #138 from kbergstr/fixes | langou | 4 | -20/+20 |
2017-04-01 | Merge pull request #137 from echeresh/xlarrx_fix | langou | 24 | -4476/+4618 |
2017-03-31 | Add quick return for *LARR* routines | eugene.chereshnev | 24 | -4476/+4618 |