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

Commit 0ecf087

Browse files
committed
add reference
1 parent 44dd5ab commit 0ecf087

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
@@ -5,3 +5,7 @@
55
Implements Singular Value Decomposition for generic number types, such as `BigFloat` and `Complex{BigFloat}`. It internally overloads several Base functions such that existing methods (`svd`, `svdfact` and `svdvals`) should work directly.
66

77
It uses a Golub-Kahan 2-stage algorithm of bidiagonalization with Householder reflections, followed by an implicit QR with shift.
8+
9+
## References
10+
11+
* 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)