Skip to content

Commit 2639b9e

Browse files
committed
reference update for the paper in ACM TOMS
1 parent 2909c1b commit 2639b9e

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

SRC/cgesvdq.f

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* SIGMA library, xGESVDQ section updated February 2016.
1010
* Developed and coded by Zlatko Drmac, Department of Mathematics
1111
* University of Zagreb, Croatia, drmac@math.hr
12-
* Submitted to ACM TOMS
12+
*
13+
* Zlatko Drmac, Algorithm 977: A QR-Preconditioned QR SVD Method for Computing
14+
* the SVD with High Accuracy. ACM Trans. Math. Softw. 44(1): 11:1-11:30 (2017)
1315
*
1416
* .. Scalar Arguments ..
1517
* IMPLICIT NONE

SRC/dgesvdq.f

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* SIGMA library, xGESVDQ section updated February 2016.
1010
* Developed and coded by Zlatko Drmac, Department of Mathematics
1111
* University of Zagreb, Croatia, drmac@math.hr
12-
* Submitted to ACM TOMS
12+
*
13+
* Zlatko Drmac, Algorithm 977: A QR-Preconditioned QR SVD Method for Computing
14+
* the SVD with High Accuracy. ACM Trans. Math. Softw. 44(1): 11:1-11:30 (2017)
1315
*
1416
* .. Scalar Arguments ..
1517
* IMPLICIT NONE

SRC/sgesvdq.f

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* SIGMA library, xGESVDQ section updated February 2016.
1010
* Developed and coded by Zlatko Drmac, Department of Mathematics
1111
* University of Zagreb, Croatia, drmac@math.hr
12-
* Submitted to ACM TOMS
12+
*
13+
* Zlatko Drmac, Algorithm 977: A QR-Preconditioned QR SVD Method for Computing
14+
* the SVD with High Accuracy. ACM Trans. Math. Softw. 44(1): 11:1-11:30 (2017)
1315
*
1416
* .. Scalar Arguments ..
1517
* IMPLICIT NONE

SRC/zgesvdq.f

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
* SIGMA library, xGESVDQ section updated February 2016.
1010
* Developed and coded by Zlatko Drmac, Department of Mathematics
1111
* University of Zagreb, Croatia, drmac@math.hr
12-
* Submitted to ACM TOMS
12+
*
13+
* Zlatko Drmac, Algorithm 977: A QR-Preconditioned QR SVD Method for Computing
14+
* the SVD with High Accuracy. ACM Trans. Math. Softw. 44(1): 11:1-11:30 (2017)
1315
*
1416
* .. Scalar Arguments ..
1517
* IMPLICIT NONE

0 commit comments

Comments
 (0)