From d53758b5826b56c066819e8a37a119ecd5bbc4e3 Mon Sep 17 00:00:00 2001 From: v1j4y Date: Thu, 28 Jan 2021 01:01:51 +0100 Subject: [PATCH] Updated references in readme #6. --- README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.org b/README.org index 102a582..b5c7fa1 100644 --- a/README.org +++ b/README.org @@ -48,6 +48,12 @@ intermediate \(r^k_{ij} = \Gamma_{i,j,k}\) like so. Where \( D_{d,d,k}\) is a diagonal in indices \(i,j\) and is of rank \(d \ll Min(i,j)\). +Algorithms for fast rank-1 updates of a r-thin SVD has been published in the following papers: + +1. https://doi.org/10.1016/j.laa.2005.07.021 + +2. https://doi.org/10.1002/pamm.200810827 + ** Auto-generate derivatives *** Idea