Commit Graph
16 Commits
Author SHA1 Message Date
Mark Gates f111b2dc42 implicit none in SRC/d 2025-08-26 23:27:57 -04:00
Dmitry Klyuchinsky 9dc24803a2 handle and document corner cases of lwork in lapack, align all precisions 2023-12-04 16:35:36 +07: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
Igor Zhuravlov a608bc2bb4 fix comments
add datatype declaration for LWORK
2023-04-03 09:41:09 +10:00
Angelika Schwarz c137eb15fa Fix leading dimension check
* TPMLQT, GEMLQT: Revert check of ldv and correct docs
* Add input parameter checks for LASWLQ
* LAMSWLQ: Fix mixed up column count of rhs (n) and original matrix (m)
2022-04-03 13:16:40 +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
Harmen Stoppels cfe77176d9 Fix spelling errors 2020-03-12 21:46:54 +01:00
Julie 6acc99d5f3 Updating Version Number to 3.9.0 2019-11-21 08:57:43 +01:00
scr2016 54e89fc0de Changed the description in the \purpose of LQ factorization routines
from A = L * Q to A = ( L 0 ) * Q

modified:   SRC/cgelq.f
modified:   SRC/cgelq2.f
modified:   SRC/cgelqf.f
modified:   SRC/claswlq.f
modified:   SRC/dgelq.f
modified:   SRC/dgelq2.f
modified:   SRC/dgelqf.f
modified:   SRC/dlaswlq.f
modified:   SRC/sgelq.f
modified:   SRC/sgelq2.f
modified:   SRC/sgelqf.f
modified:   SRC/slaswlq.f
modified:   SRC/zgelq.f
modified:   SRC/zgelq2.f
modified:   SRC/zgelqf.f
modified:   SRC/zlaswlq.f
2019-07-02 15:58:06 -07: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
eugene.chereshnev c81566390c *gemlqt.f, *lamswlq.f, *lamtsqr.f: fix mistakes in comments 2017-03-17 12:37:50 -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
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
Syd Hashemi a6afc403fa Tall skinny and short wide routines 2016-10-19 09:52:19 -07:00