Fix build break on gcc13
[platform/upstream/lapack.git] / SRC /
2017-06-12 langouMerge pull request #167 from thielema/blas-parameter...
2017-06-12 langouMerge pull request #166 from iyamazaki/master
2017-06-12 Ichitaro YamazakiMerge https://github.com/Reference-LAPACK/lapack
2017-06-12 Ichitaro Yamazakifixing comments.
2017-06-11 Ichitaro Yamazakiremove "singularity" check in sytrf_aa
2017-06-10 JuliePreparing for 3.7.1 release
2017-06-08 langouMerge pull request #165 from thielema/array-dimensions
2017-06-08 Henning ThielemannxLA_GEAMV; parameter comments: pull 'array' to the...
2017-06-08 Henning ThielemannxLA_xxRFSX_EXTENDED; parameter comments: pull various...
2017-06-08 Henning ThielemannxPPSVX, xSPGV, xSPSVX; parameter comments for AFP and...
2017-06-08 langouMerge pull request #163 from thielema/array-dimensions
2017-06-08 Henning ThielemannDLASD3; comments for parameters DSIGMA, U2, Z: take...
2017-06-07 Henning ThielemannxSTEDC, DSPEVD, ZHPEVD, DTGSEN; comment for array WORK...
2017-06-07 Henning ThielemannxGELSD; comment for array A: turn to \param[in,out]
2017-06-07 Henning ThielemannxGSVJn, xLAQRn, xHETRD, xSYTRD; parameter comment:...
2017-06-07 Julien LangouFix #158
2017-06-06 langouMerge pull request #162 from thielema/array-dimensions
2017-06-06 Henning ThielemannxLASD8, parameter comment: WORK dimension without ...
2017-06-06 Henning ThielemannZLALSD, parameter comment: WORK dimension (N*NRHS)
2017-06-06 Henning ThielemannxSYTRI2X, parameter comment: WORK dimensions use NB...
2017-06-06 Henning ThielemannxGEJSV, xGESVJ; parameter comment: declare WORK with...
2017-06-06 Henning ThielemannxUNCSD, xORCSD: use LDx for leading dimensions, althoug...
2017-06-06 Henning ThielemannxTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comme...
2017-06-03 langouMerge pull request #161 from thielema/array-dimensions
2017-06-03 Henning ThielemannxLALSA, DLASDA; parameters WORK, IWORK: turn "at least...
2017-06-03 Henning ThielemannxLAED3, parameter Q2: dimension (LDQ2, N) -> (LDQ2*N)
2017-06-03 Henning ThielemannZCGESV, ZCPOSV; parameter WORK: dimension (N*NRHS)...
2017-06-03 langouMerge pull request #160 from thielema/cleanup-comments
2017-06-03 Henning ThielemannSGEES, parameter SELECT: add article 'a' before 'LOGICA...
2017-06-03 Henning ThielemannZGEBAL: add types in parameter comments of ILO and IHI
2017-06-03 Henning ThielemannDLASQ5, DTGSEN: add missing '*>' line
2017-06-03 Henning ThielemannDLASD0; IWORK, WORK: copy dimension specification from...
2017-06-03 Henning ThielemannxGESVJ, JOBA parameter: 'CHARACTER* 1' -> 'CHARACTER*1'
2017-06-03 Henning ThielemannxUNM22, xORM22: 'Arguments' -> 'Arguments:'
2017-06-03 Henning ThielemannxUNCSD, xORCSD; U1, U2, V1T, V2T: duplicate dimensions...
2017-06-03 Henning Thielemanncorrect type names in parameter comments
2017-06-03 Henning ThielemannxLAQR5; WANTT, WANTZ parameters: logical scalar ->...
2017-06-03 Henning ThielemannConsistent formatting of array parameter comments:
2017-06-03 langouMerge pull request #159 from thielema/cleanup-comments
2017-06-03 Henning ThielemannxTRTTP, parameter AP: add closing parentheses to dimens...
2017-06-03 Henning ThielemannCLAQR4: remove duplicate \verbatim
2017-05-28 Henning ThielemannxLAQRx, xTGSEN, IPARMQ: 'integer scalar', 'integer...
2017-05-28 Henning ThielemannxGGESX, SELCTG parameter description: 'procedure)'...
2017-05-28 Henning ThielemannSSBGVX: add '*' for multiplication in array dimensions...
2017-05-28 Henning ThielemannxLAQR2, xLAQR3, xGEJSV: add parentheses to dimensions...
2017-05-28 Henning ThielemannxBBCSD: dimenison -> dimension
2017-05-22 Julien Langoupropagate a72750e643027648736f5adb1f89514b1d6e8ae3...
2017-05-22 Julien Langoupropagate the INTENT(IN) in the header
2017-05-22 Julien LangouMinor correction. I think this was the intent of the...
2017-05-22 langouMerge pull request #155 from jeffhammond/fix_isnan_aliasing
2017-05-22 langouMerge pull request #140 from SoapGentoo/cmake-fixes
2017-05-19 Jeff Hammonduse INTENT(IN) to avoid violating Fortran aliasing...
2017-05-18 Julien LangouFix #147: xlapy2 not propagating nans
2017-05-13 langouMerge pull request #149 from JeffreySax/master
2017-05-09 JeffreySaxBug fix in SLAMSWLQ; fix type mismatches.
2017-05-02 langouMerge pull request #142 from iyamazaki/master
2017-05-01 iyamazakifix for issue #141 (how to detect singularity in T).
2017-04-13 Julien LangouFix #52
2017-04-01 langouMerge pull request #138 from kbergstr/fixes
2017-04-01 langouMerge pull request #137 from echeresh/xlarrx_fix
2017-03-31 eugene.chereshnevAdd quick return for *LARR* routines
2017-03-30 Kirana BergstromLine endings changed from win style to lnx style
2017-03-29 Kirana BergstromChanged indendation for correct alignment
2017-03-28 Kirana Bergstromtook out extra spaces, added workspace calculation...
2017-03-28 kirana.bergstromtook out extra spaces
2017-03-27 langouMerge pull request #136 from echeresh/370_fix
2017-03-24 eugene.chereshnevFix *2st_kernels.f: unify doc comments
2017-03-24 eugene.chereshnevFix *lasyf_aa.f: replace N -> M in comments
2017-03-23 Julien LangouMerge branch 'master' of https://github.com/Reference...
2017-03-23 Julien LangouThis is related to #135
2017-03-23 Julien LangouFix #135
2017-03-18 julielangouMerge pull request #134 from echeresh/doc_fix
2017-03-17 eugene.chereshnevReplace **C -> **H in complex routines
2017-03-17 eugene.chereshnev*gemlqt.f, *tpmlqt.f: replace **C -> **H, T is MB-by...
2017-03-17 eugene.chereshnev*geqrt.f: T is NB-by-K
2017-03-17 eugene.chereshnev*gelqt.f: replace NB -> MB
2017-03-17 eugene.chereshnev*trs_aa.f: a is input only parameter
2017-03-17 eugene.chereshnev*tplqt.f, *tplqt2.f: incorrect dimensions
2017-03-17 eugene.chereshnev*gemlqt.f: incorrect dimension of V
2017-03-17 eugene.chereshnev*gelqt.f, *gelqt3.f: reflectors are stored in rows
2017-03-17 eugene.chereshnev*gemlqt.f, *lamswlq.f, *lamtsqr.f: fix mistakes in...
2017-03-07 langouMerge pull request #133 from echeresh/laswp_doc_fix
2017-03-06 eugene.chereshnevFix documentation for ?LASWP routine
2017-03-03 langouMerge pull request #132 from turboencabulator/cleanup
2017-02-22 langouMerge pull request #130 from martin-frbg/lapack-comma
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-22 Martin KroekerFix missing comma on continued line
2017-02-21 langouMerge pull request #129 from Gjacquenot/master
2017-02-21 Guillaume Jacquenot[coverage] Added CMake rules for code coverage
2017-02-16 Julien LangouFix #124
2017-02-06 Kyle GuinnSimplify the clean targets
2017-02-05 Kyle GuinnRemove VARIANTSDIR so we don't have to use mkdir
2017-02-05 Kyle GuinnAdd libraries as prerequisites
2017-02-05 julielangouMerge pull request #120 from echeresh/lapacke_bdb_csd
2017-02-04 langouMerge pull request #119 from turboencabulator/cleanup
2017-02-04 Kyle GuinnStrip out comments that don't apply
2017-02-03 langouMerge pull request #117 from nickkolok/genEration
2017-02-03 Kyle GuinnUse the BUILD_* option variables for BLAS and CBLAS
2017-02-03 Kyle GuinnUse appending to create lists of source files
next