Age | Commit message (Collapse) | 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 | |
Update version number from discussion with Vendors, they still would like to have the version number inside the source file. | |||||
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 ↵ | Henning Thielemann | 14 | -76/+38 | |
specifications containing NRHS to the 'dimension' line This improves automatic parsing of array dimensions, but creates overly long lines sometimes. | |||||
2017-06-08 | xPPSVX, xSPGV, xSPSVX; parameter comments for AFP and AP: pull (N*(N+1)/2) ↵ | Henning Thielemann | 6 | -12/+6 | |
the array dimension line | |||||
2017-06-08 | Merge pull request #163 from thielema/array-dimensions | langou | 28 | -35/+30 | |
avoid inconsistencies between parameter comments in S and D, C and Z | |||||
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 ↵ | Henning Thielemann | 5 | -10/+5 | |
dimension (MAX(1,LWORK)) | |||||
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 ↵ | Henning Thielemann | 19 | -19/+19 | |
parentheses | |||||
2017-06-07 | Fix #158 | Julien Langou | 2 | -2/+0 | |
Removing code line 243 which was useless. Thanks to @vladimir-ch for pointing this out and @oamarques for approving the fix | |||||
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 | |
like in CLALSD | |||||
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 ↵ | Henning Thielemann | 4 | -16/+16 | |
square matrices This fixes commit 366f9b3541705231cfbb1724b221b8857ac768a8. | |||||
2017-06-06 | xTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comments: fix wrong LD's ↵ | Henning Thielemann | 11 | -15/+13 | |
in leading dimensions | |||||
2017-06-03 | xLALSA, DLASDA; parameters WORK, IWORK: turn "at least" phrases into ↵ | Henning Thielemann | 5 | -14/+7 | |
dimension specifications | |||||
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 | |
analogous to DSGESV, DSPOSV | |||||
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 | |
NAME is TYPE array, dimension (dim0,dim1,...) | |||||
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 ↵ | Henning Thielemann | 19 | -145/+145 | |
parameter comments | |||||
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 ↵ | Henning Thielemann | 8 | -10/+10 | |
arrays in parameter comments | |||||
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 | |
see https://github.com/Reference-LAPACK/lapack/issues/152 for details. fixes issue #152 | |||||
2017-05-18 | Fix #147: xlapy2 not propagating nans | Julien Langou | 2 | -16/+43 | |
xLAPY2 now returns a NaN whenever input variables X or Y are NaNs. The previous xLAPY2 was relying on FORTRAN INTRINSIC MAX and MIN to behave in a certain way with NaNs (i.e. return a NaN whenever X or Y are NaN) and this behavior is not observed on some (most?) compilers. We handle the NaN behavior of xLAPY2 by checking for NaNs at the start of the function. Thanks to Andreas Noack for providing report and sample code to demonstrate the problem. | |||||
2017-05-09 | Bug fix in SLAMSWLQ; fix type mismatches. | JeffreySax | 11 | -49/+49 | |
- Fix: SLAMSWLQ calls DGEMLQT instead of SGEMLQT. - Use dummy variable for ?LANGE work array argument in [CS]GETSLS. - Use 1-element array for workspace query in ?GETSLS. - Fix PARAMETER declaration type mismatches in ILASLC, IPARAM2STAGE, SGELQT3, ZHECON_3, ZHECON_ROOK, ZHETRI2X. | |||||
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 | |
Added in comment of xLARRV Note: VU is currently not used by this implmentation of DLARRV, VU is passed to DLARRV because it could be used compute gaps on the right end of the extremal eigenvalues. However, with not much initial accuracy in LAMBDA and VU, the formula can lead to an overestimation of the right gap and thus to inadequately early RQI 'convergence'. This is currently prevented this by forcing a small right gap. And so it turns out that VU is currently not used by this implementation of DLARRV. | |||||
2017-04-01 | Merge pull request #138 from kbergstr/fixes | langou | 4 | -20/+20 | |
Fixed formatting (indentation, spaces, style) in some routines | |||||
2017-04-01 | Merge pull request #137 from echeresh/xlarrx_fix | langou | 24 | -4476/+4618 | |
Add quick return for *LARR* routines | |||||
2017-03-31 | Add quick return for *LARR* routines | eugene.chereshnev | 24 | -4476/+4618 | |