Commit Graph
8 Commits
Author SHA1 Message Date
Julie 59f136760f Update Source code to fix issue with links in Doxygen
Removed \htmlonly and \endhtmlonly (causing links to not work)
Increase DOT_GRAPH_MAX_NODES   to 200
2025-01-20 17:34:06 -08: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
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
Julie 86f53af247 Fixing Doxygen syntax errors 2021-03-02 16:38:55 -08:00
scr2016 f68c7f2cc1 Fixed some build issues for new Householder reconstruction routines
for REAL and DOUBLE PRECISION:
modified:   SRC/dorgtsqr.f
modified:   SRC/dorhr_col.f
modified:   SRC/sorgtsqr.f
modified:   SRC/sorhr_col.f
modified:   TESTING/LIN/dchkorhr_col.f
modified:   TESTING/LIN/derrorhr_col.f
modified:   TESTING/LIN/dorhr_col01.f
modified:   TESTING/LIN/schkorhr_col.f
modified:   TESTING/LIN/serrorhr_col.f
modified:   TESTING/LIN/sorhr_col01.fmodified:   SRC/dorgtsqr.f
modified:   SRC/dorhr_col.f
modified:   SRC/sorgtsqr.f
modified:   SRC/sorhr_col.f
modified:   TESTING/LIN/dchkorhr_col.f
modified:   TESTING/LIN/derrorhr_col.f
modified:   TESTING/LIN/dorhr_col01.f
modified:   TESTING/LIN/schkorhr_col.f
modified:   TESTING/LIN/serrorhr_col.f
modified:   TESTING/LIN/sorhr_col01.f
2019-11-17 20:05:11 -08:00
scr2016 3aae4ae901 New version of the Householder reconstruction routines design.
DOUBLE PRECISION and REAL:

new SRC/dorgtsqr.f
new SRC/dorhr_col.f
mod TESTING/LIN/dchkaa.f
new TESTING/LIN/dchkorhr_col.f
new TESTING/LIN/derrorhr_col.f
new TESTING/LIN/dorhr_col01.f

new SRC/sorgtsqr.f
new SRC/sorhr_col.f
mod TESTING/LIN/schkaa.f
new TESTING/LIN/schkorhr_col.f
new TESTING/LIN/serrorhr_col.f
new TESTING/LIN/sorhr_col01.f
2019-11-17 01:08:07 -08:00
scr2016 8189dae5ac New version of the Householder reconstruction routines design.
This commit provides both CODE and TESTING in DOUBLE PRECISION for
1) DORGTSQR that generates matrix with orthonormal columns form
an output of DLATSQR;
2) DORHR that reconstructs Householder column vectors
from an M-by-N matrix with orthonormal columns where M>=N.

modified:   SRC/CMakeLists.txt
modified:   SRC/Makefile
deleted:    SRC/dlaorhr.f
modified:   SRC/dorhr.f
modified:   TESTING/LIN/derrorhr.f
modified:   TESTING/LIN/dorhr01.f
new file:   SRC/dorgtsqr.f
2019-11-13 23:57:27 -08:00