Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Commit 317d156

Browse files
committed
add acknowledgement
1 parent 0ecf087 commit 317d156

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Implements Singular Value Decomposition for generic number types, such as `BigFl
66

77
It uses a Golub-Kahan 2-stage algorithm of bidiagonalization with Householder reflections, followed by an implicit QR with shift.
88

9+
## Acknowledgements
10+
11+
Based on initial code by Andreas Noack.
12+
913
## References
1014

1115
* Golub, G. H. and Van Loan, C. F. (1996), "§8.6.2 The SVD Algorithm", *Matrix Computations* (3rd Ed.), Johns Hopkins University Press, Baltimore, MD, USA.

0 commit comments

Comments
 (0)