Commit Graph
6 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
musvaage f3fff11ccf typos 2023-04-11 13:52:58 -05: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 0db28653df New complex Householder reconstruction routines,
C and Z precisions CODE and TESTING:
CGETSQRHRT, CUNGTSQR_ROW, CLARFB_GETT,
ZGETSQRHRT, ZUNGTSQR_ROW, ZLARFB_GETT.

  new file:   SRC/cgetsqrhrt.f
  new file:   SRC/clarfb_gett.f
  new file:   SRC/cungtsqr_row.f
  new file:   SRC/zgetsqrhrt.f
  new file:   SRC/zlarfb_gett.f
  new file:   SRC/zungtsqr_row.f
  modified:   SRC/CMakeLists.txt
  modified:   SRC/Makefile

  new file:   TESTING/LIN/cunhr_col02.f
  new file:   TESTING/LIN/zunhr_col02.f
  modified:   TESTING/LIN/cchkunhr_col.f
  modified:   TESTING/LIN/cunhr_col01.f
  modified:   TESTING/LIN/zchkunhr_col.f
  modified:   TESTING/LIN/zunhr_col01.f
  modified:   TESTING/LIN/CMakeLists.txt
  modified:   TESTING/LIN/Makefile
2020-12-10 06:16:35 -08:00