Commit Graph
24 Commits
Author SHA1 Message Date
Mark Gates f111b2dc42 implicit none in SRC/d 2025-08-26 23:27:57 -04:00
GYT 3ed4768ed0 Add notes to *GETSLS about how only exact rank-deficiency is checked 2024-07-25 12:50:47 +02:00
Dmitry Klyuchinsky 6032a6bca0 handle and document corner cases of lwork in lapack, double 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
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
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 5c749d8db8 correct WORKSPACE size for dgemqr 2016-12-04 11:32:35 +01:00
Julien Langou a9fcb8e2b9 remove MB and NB from the code, they are not used and this routine should be agnostic to them 2016-12-04 11:29:15 +01:00
Julien Langou f0875b93c4 minor 2016-12-04 11:18:36 +01:00
Julien Langou 15c3a68b03 correction of previous commit: WORK needs actuallt to be of size at least 12 2016-12-04 11:15:42 +01:00
Julien Langou e88a27d7e5 WORK needs to be at least of size 6 2016-12-04 11:07:50 +01:00
Julien Langou 6ead7cb32f minor 2016-12-04 11:07:22 +01:00
Julien Langou 8fef1bbf7e minor 2016-12-04 11:02:17 +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