Mark Gates
|
f111b2dc42
|
implicit none in SRC/d
|
2025-08-26 23:27:57 -04:00 |
|
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 |
|
Maria Kraynyuk
|
40ca7a2713
|
Include lapack_64.h only during the build
|
2024-02-05 10:54:04 -08:00 |
|
Maria Kraynyuk
|
a1e8cb4845
|
LAPACK SRC long lines updated by script
|
2024-02-05 10:28:25 -08:00 |
|
Maria Kraynyuk
|
b891145899
|
Add extended API with _64 suffix to LAPACK with lapack_64.h
|
2024-02-05 10:28:08 -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 |
|
weslley.spereira
|
e9de46b7bf
|
Fix other spelling errors
|
2021-03-18 12:29:46 -03:00 |
|
weslley.spereira
|
a5e610f266
|
Fix all spelling errors reported at
https://github.com/Reference-LAPACK/lapack/issues/518#issue-834187881
Many thanks to @jschleus
|
2021-03-18 12:05:25 -03:00 |
|
Julie
|
86f53af247
|
Fixing Doxygen syntax errors
|
2021-03-02 16:38:55 -08:00 |
|
Takeshi Enomoto
|
555b85b93a
|
?gesvdq.f: fix typo in documentation
|
2020-01-17 23:43:42 +09:00 |
|
luz.paz
|
b85ebc25e9
|
Misc. typos cont.
|
2019-02-05 11:27:35 -05:00 |
|
Julie
|
dc245655d4
|
Doxygen enabled code for xgesvdq and add to Cmake
Allow to generate documentation automatically
New routines were missing form CMake build
|
2018-11-10 11:26:46 -08:00 |
|
Mark Gates
|
1b9f106a96
|
gesvdq: Add int() cast to avoid compiler warnings
|
2018-11-07 10:50:29 -05:00 |
|
Mark Gates
|
8931652ee5
|
gesvdq: Add liwork. Query liwork and lrwork.
|
2018-11-07 10:50:29 -05:00 |
|
Mark Gates
|
37fd0bcd2e
|
gesvdq: spacing and consistency
|
2018-11-07 10:50:29 -05:00 |
|
Mark Gates
|
8db1e0a654
|
Change DOS -> Unix newlines. Strip trailing whitespace.
|
2018-11-07 10:50:29 -05:00 |
|
Jean-Christophe Fillion-Robin
|
6e26afd41d
|
style: Fix typo in docstrings
Issues were identified using the open-source tool codespell [1]
running the following command from the source directory:
[1] https://github.com/codespell-project/codespell#readme
$ codespell -q6 \
--skip=".git,Doxyfile,Doxyfile_man,CMakeLists.txt,Makefile" \
--regex="\w[a-z\-\_]+" \
--ignore-words-list="fro,ith,nd,noe,numer" \
--summary
[...]
-------8<-------
SUMMARY:
acoording 2
agressive 8
ajust 12
arithmetics 5
comleted 2
contraints 8
equaly 4
everytime 4
febuary 1
matix 8
otherwize 4
overwrittes 4
owerflow 8
parmeter 4
permutaions 32
specturm 8
|
2018-11-07 03:19:51 -05:00 |
|
Julien Langou
|
fc5fe83519
|
update reference for Zlatko's paper in ACM TOMS
|
2018-10-22 06:29:49 +08:00 |
|
Julien Langou
|
2639b9e7b8
|
reference update for the paper in ACM TOMS
|
2018-10-20 10:23:41 +08:00 |
|
Julien Langou
|
2909c1bc52
|
one pass to correct typos and such
|
2018-10-18 18:07:05 -06:00 |
|
Julien Langou
|
6363cebaf4
|
adding xGESVDQ, a contribution from Zlatko Drmac, Department of Mathematics, Faculty of Science, University of Zagreb
|
2018-10-18 12:53:42 -06:00 |
|