Maria Kraynyuk
|
21299d28eb
|
Enable Index-64 extended API only for Intel and GNU compilers
Other compilers might not fully support preprocessing
|
2024-02-05 10:54:15 -08:00 |
|
Maria Kraynyuk
|
ac2c5681bc
|
MATGEN fix -Werror=conversion problems
|
2024-02-05 10:28:27 -08:00 |
|
Maria Kraynyuk
|
ba11da8301
|
MATGEN long lines updated by script
|
2024-02-05 10:28:27 -08:00 |
|
Maria Kraynyuk
|
19d3a4e638
|
Add extended API with _64 suffix to MATGEN
|
2024-02-05 10:28:26 -08:00 |
|
Kyle Guinn
|
79a0785334
|
Normalize line endings
sed -i 's/\s\+$//' SRC/*dmd* TESTING/EIG/*dmd*
Plus manually stripping empty lines at EOF.
|
2024-01-16 22:43:58 -06:00 |
|
Kyle Guinn
|
464f532552
|
Remove executable permissions from source files
|
2024-01-06 18:20:41 -06:00 |
|
Dmitry Klyuchinsky
|
101800018d
|
add DMD tests into CMakeLists
|
2023-12-12 12:42:50 +07:00 |
|
Dmitry Klyuchinsky
|
cd7523d5b2
|
handle corner case of lwork in evr/evr_2stage and fix output format in chkxer
|
2023-12-04 16:35:36 +07:00 |
|
Dmitry Klyuchinsky
|
9dc24803a2
|
handle and document corner cases of lwork in lapack, align all precisions
|
2023-12-04 16:35:36 +07:00 |
|
Elizaveta Tokmasheva
|
7d15f830c2
|
handle and document corner cases of lwork in lapack, double complex precision
|
2023-12-04 16:35:35 +07:00 |
|
Elizaveta Tokmasheva
|
e0d8afbed6
|
handle and document corner cases of lwork in lapack, single complex precision
|
2023-12-04 16:35:35 +07:00 |
|
Dmitry Klyuchinsky
|
0c1e0c3e75
|
handle and document corner cases of lwork in lapack, single precision
|
2023-12-04 16:35:35 +07:00 |
|
Dmitry Klyuchinsky
|
6032a6bca0
|
handle and document corner cases of lwork in lapack, double precision
|
2023-12-04 16:35:35 +07:00 |
|
langou
|
3200980553
|
Merge pull request #953 from ACSimon33/test_memory_leak
Fixed memory leak in testing framework
|
2023-11-29 08:43:39 -07:00 |
|
Simon Maertens
|
3d2b9cbdcd
|
Fixed memory leak in testing framework (?chkaa.F)
|
2023-11-29 15:18:49 +00:00 |
|
Simon Maertens
|
2a0aea9c4c
|
Added missing comma in FORMAT expression
|
2023-11-29 14:34:26 +00:00 |
|
Simon Maertens
|
c69a96ea9e
|
Added missing comma in FORMAT expression
|
2023-11-29 14:33:00 +00:00 |
|
langou
|
d58d59a99d
|
Merge pull request #891 from Reference-LAPACK/lapack-new-feature
Truncated QR with Pivoting
|
2023-11-14 21:02:04 -07:00 |
|
scr2016
|
8d44861982
|
fixed a type for adding TESTING/LIN/zchkqp3rk.f into CMakeLists.txt
|
2023-11-14 05:35:24 -08:00 |
|
scr2016
|
ea4787ca59
|
added complex precision truncated QR and testing for CGEQP3RK, CLAQP2RK, CLAQP3RK
|
2023-11-14 04:42:11 -08:00 |
|
scr2016
|
6a15917836
|
added declaration of intrinsics REAL or DBLE in SRC/dchkqp3rk.f zchkqp3rk.f schkqp3rk.f
|
2023-11-14 04:42:11 -08:00 |
|
scr2016
|
ee81706f4f
|
fxed comments in zchkqp3rk.f schkqp3rk.f
|
2023-11-14 04:42:11 -08:00 |
|
scr2016
|
c2228e10e1
|
forgot add in the previous commit TESTING/LIN/schkqp3rk.f, adding now
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
7019c6345c
|
added single precision ant testing for truncated QR i.e. SGEQP3RK, SLAQP2RK, SLAQP3RK
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
540e4eb0a9
|
Changed ArrayE allocation from static to dynamic
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
0c440488d9
|
changed LWORK_DORMQR into LWORK_MQR name in LIN/dchkqp3rk.f LIN/zchkqp3rk.f
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
bd42f8ebaf
|
DOWNDATED comments in TESTING/LIN/dchkqp3rk.f
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
5bcd5859e5
|
added comments symbols '*' in TESTING/LIN/zchkqp3rk.f
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
d086a3d5b8
|
DOWNDATED comments in LIN/zchkqp3rk.f
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
e3b58c4cda
|
added testing code for DGEQP3RK
|
2023-11-14 04:42:10 -08:00 |
|
scr2016
|
c3eaab30c6
|
corrected comments in TESTING/LIN/dchkqp3rk.f for KMAX loop
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
231dd99d0c
|
changed alligment of if statements in generation matrices with zeros in TESTINg/LIN/dchkqp3rk.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
6abbd2b64d
|
merged if MINMN contition with matrix types conditon for matrixces with ZEROes generation in DCHKQP3RK
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
35634f322c
|
changed the matrix IMAT in DCHKQP3RK to call DLATB4 to 14
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
8e888aaa61
|
changed comments in dlatb4.f and changed text allignment for function calls in dchkqp3rk.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
93b5bc325e
|
changed comments in dlatb4.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
f1bbf6c1c3
|
fixed comments of function signature description in TESTING/LIN/dchkqp3rk.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
12e939727a
|
Corrected WORK array size requirements for minimum and optimal size in DGEQP3RK and tests as well. Also reduces the requirement for WORK array size in DLAQP2RK to from N to N-1
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
18c19a461c
|
fixed a typo in TESTING/LIN/alahd.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
36fa12432d
|
added IMPLICIT NONE to TESTING/LIN/dchkqp3rk.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
8d7f615330
|
added DQK test path for DGEQP3RK into TESTING/dtest.in
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
2eac2f6332
|
replaced GO TO statements with DO J=1,M ... END DO in dqrt12.f and corrected description formula
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
ea810c995c
|
replaced GO TO statements with DO J=1,M ... END DO in dqrt11.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
a111c9bb61
|
Changed comments and updated GOTO statements in LIN/dqpt01.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
14e5f471f3
|
matrix configuration for DGEQP3RK in LIN/dlatb4.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
e209e73925
|
added test matrices types reporting and test type reporinting for DGEQP3RK in TESTING/LIN/alahd.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
7c1c8b0271
|
updated LIN/alaerh.f with GEQP3RK
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
79f4d030e3
|
added testing for truncated Qr TESTING/LIN/dchkq3rk.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
a0341b292d
|
added a new file for testing TESTING/LIN/dchkqp3rk.f LIN/Makefile LIN/CMakeLists.txt
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
ba5afcdadb
|
modified comments in TESTING/LIN/alareq.f TESTING/EIG/alareq.f TESTING/EIG/alarqg.f
|
2023-11-14 04:42:05 -08:00 |
|