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
|
59fc007bc2
|
simplified the formula in the descriotion from LWORK >= (2*N + N+NRHS - 1) to LWORK >= (3*N + NRHS - 1)
|
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
|
86cf705308
|
Updated description of the INFO about NaN detection in DGEQP3RK, DLAQP3RK, DLAQP2RK
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
2c939526a5
|
changed comments about checking TAU for NaN in dlaqp2rk.f and dlaqp3rk.f and changed aligment of IMPLICIT NONE in the description of DGEQP3RK in dgeqp3rk.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
8ecf1119ab
|
changed text aligment for DGEMM and DGEMV function calls in DLAQP3RK
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
a39a28f68c
|
changed comments about TAU in dlaqp2rk.f and dlaqp3rk.f
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
37b19bffed
|
changed the description of DLAQP3RK to include real
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
b20545c6d4
|
cnanged doxigen comments in \brief for dgeqp3rk.f dlaqp2rk.f dlaqp3rk.f to have real in matrix A and B description
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
a020ed05b8
|
changed comment in DLAQP2RK in the code section about IF guard for DLARF
|
2023-11-14 04:42:09 -08:00 |
|
scr2016
|
f1a95eebeb
|
changed comment for LWORK in dgeqp3rk.f for minimum LWORK brackets, cosmetic change
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
8e5b70565c
|
Removed blank line in the comments of dgeqp3rk.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
8482937cfa
|
added GEQP3RK to ILAENV routine, it changed ilaenv.f and dgeqp3rk.f
|
2023-11-14 04:42:08 -08:00 |
|
scr2016
|
4161851dd6
|
changed padding of parameters in the function signature of DGEQP3RK
|
2023-11-14 04:42:08 -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
|
46ef59fcee
|
fixed description from '\ingroup heqp3rk' to '\ingroup geqp3rk' in SRC/dgeqp3rk.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
|
395d04e7f6
|
Changed tha text alignment in INFO description in DGEQP3RK and DLAQP3RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
1798bdba70
|
Renamed parameter the number of factorized columns so far KF into K , and column loop index into K into KK in DLAQP2RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
bfbcec20f6
|
optimized, deleted not needed setting of MAXC2NRMK and RELMAXC2NRMK when (IOFFSET + K) =1 in DLAQP3RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
3fc6c23e44
|
optimized, deleted not neede setting of MAXC2NRMK and RELMAXC2NRMK when (IOFFSET + K) =1
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
f84ee6c9cc
|
Revert "renamed old auxiliary index J into J1 in DLAQP2RK"
This reverts commit ea0c1ca130a0e628a28651db0475f6da6be07813.
This reverts a rename of J into J1 in DLAQP2RK.
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
1b7bf32c20
|
renamed old auxiliary index J into J1 in DLAQP2RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
4603e69a5f
|
updated the description of DLAQP3RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
46e75194d1
|
changed the description of DGEQP3RK (added imlicit stopping criterion for the residual zero matrix) and fixed a typo in DLAQP3RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
e9e939400f
|
changed the description of DGEQP3RK, DLAQP3RK, DLAQP2RK and removed the KMAX parameter from DLAQP3RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
8ebb7c88fd
|
fixed INFO NaN and Inf reporting bug in DGEQP3RK and added debug code to DLAQP3RK and DLAQP2RK
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
33c8a2a392
|
modified descriptions after review number 1 in dgeqp3rk.f dlaqp2rk.f dlaqp3rk.f
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
785b734760
|
modified descriptions and corrected grammatical errors in dgeqp3rk.f dlaqp2rk.f dlaqp3rk.f
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
352ffe958f
|
fixed grammatical error in the description of INFO in dgeqp3rk.f dlaqp2rk.f dlaqp3rk.f
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
6aac08032d
|
added NaN and INf checks to dgeqp3rk.f dlaqp2rk.f dlaqp3rk.f
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
ecaf99b88c
|
removed KF argument in DLAQP3RK, KF is the number of factorized partial columns in the whole original matrix indexing
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
214842c9bd
|
changed the meaing of K to mean the rank of R instead of the number of fctorizaed colums
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
8391371122
|
added to the description of DGEQP3Rk, DLAQP2RK and DLAQP3RK references to Zlatko Drmac paper in ACM Trans. Math. Softw.
|
2023-11-14 04:42:07 -08:00 |
|
scr2016
|
9ea14cddad
|
in DLAQP2RK moved ABSTOL condition into ELSE clause of IF(I.EQ.1)
|
2023-11-14 04:42:06 -08:00 |
|
scr2016
|
115d5a4c46
|
in DLAQP3RK chahged ABSTOL and RELTOL condition to return from the look rather then exit from the loop and return at the end of the routine
|
2023-11-14 04:42:06 -08:00 |
|
scr2016
|
39828c7f67
|
Changed bar length in the comments in DLAQP3RK
|
2023-11-14 04:42:06 -08:00 |
|