Commit Graph
20 Commits
Author SHA1 Message Date
Mark Gates 4c76e9deb6 implicit none in SRC/z 2025-08-26 23:00:36 -04:00
GYT 3ed4768ed0 Add notes to *GETSLS about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
Elizaveta Tokmasheva 7d15f830c2 handle and document corner cases of lwork in lapack, double complex precision 2023-12-04 16:35:35 +07:00
Mark Gates 62b19990a2 doxygen: new group structure 2023-07-04 01:29:12 -04:00
Angelika Schwarz add62ef56a Remove legacy function LABAD
See https://github.com/Reference-LAPACK/lapack/issues/96
2023-03-21 18:27:13 +01:00
Angelika Schwarz a3262e52b0 Fix returned workspace size
* [dz]getsls: cast workspace size with dble, not real
* Move workspace write to precede xerbla. Follow the documentation
  and return the optimal workspace in work(1) even on quick return
* Remove unused variables
2022-03-30 21:36:45 +01:00
Julie e18d437924 Making LAPACK's code eternal... no more version and date in source files.
GitHub is now enabling us to track accurately version and date.
No need for this anymore.
2021-03-25 10:16:58 -07:00
Thijs Steel 6ffd9ec70d fix workspace query in dgelq 2020-09-16 12:14:21 +02:00
Mark Gates c6f46ee009 fix docs: Add \brief. Without this, Doxygen generates warnings: "warning: Illegal command verbatim as part of a title section" 2018-05-08 11:08:16 -04:00
Julie 5c392680ef Preparing for 3.7.1 release
Update version number

from discussion with Vendors, they still would like to have the version
number inside the source file.
2017-06-10 16:15:09 -07:00
JeffreySax 56c8d0b841 Bug fix in SLAMSWLQ; fix type mismatches.
- 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-09 10:05:30 -04:00
eugene.chereshnev 1ca9c52562 Replace **C -> **H in complex routines 2017-03-17 12:38:27 -07:00
Julie bc6a755be4 Updating version number on source file modified since 3.6.1
This is really old school, but a lot of times we have users sending us
copy pasting of codes, and that is the only way to know the version of
the code.
2016-12-23 15:01:32 -08:00
Julie c2ffe9183a Fix typo 2016-12-17 11:41:18 -08:00
eugene.chereshnev ca017fe2b6 Fix ?GETSLS 2016-12-14 11:30:51 -08:00
konstantin.i.arturov ae90d35f0d Changes in TS QR API 2016-12-14 01:02:35 -08:00
Julien Langou 14f49ebfde (minor) typo in the code zgetsls.f 2016-11-22 01:15:52 +01:00
Julien Langou bbff739371 Lots of trailing whitespaces in the files of Syd. Cleaning this. No big deal. 2016-11-03 08:48:54 +01:00
Julie b0a56e30a2 make sure no variable in indefined
Fix some minors issue: extra space, variable names.
2016-10-23 17:09:16 -07:00
Syd Hashemi a6afc403fa Tall skinny and short wide routines 2016-10-19 09:52:19 -07:00