From 3cef6bb7a8103db4648055378cdd7174b19b9e96 Mon Sep 17 00:00:00 2001 From: Jack Poulson Date: Sun, 11 May 2014 17:36:55 -0400 Subject: [PATCH] Adding two bibtex entries and stamping the release candidate for 0.84. --- PUBLICATIONS.bib | 8 ++++++++ REFERENCES.bib | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/PUBLICATIONS.bib b/PUBLICATIONS.bib index 3888eeee84..d2234f75a4 100644 --- a/PUBLICATIONS.bib +++ b/PUBLICATIONS.bib @@ -1,6 +1,14 @@ Journal publications ==================== +An in-preparation publication on Elemental's pseudospectra routines +@article{ + author={J. Poulson and G. Henry}, + title={High-performance computation of pseudospectra}, + note={In preparation}, + year=2014 +} + The first major publication on Elemental, which includes numerous benchmarks on Blue Gene/P. @article{ diff --git a/REFERENCES.bib b/REFERENCES.bib index 7c4ef05630..f1823a7b2f 100644 --- a/REFERENCES.bib +++ b/REFERENCES.bib @@ -240,6 +240,22 @@ @article{DrmacBujanovic-2008 year=2008 } +Up-/downdating LU factorizations +================================ + +Elemental's LUMod closely follows the discussion of Algorithm I from the +following paper, which is attributed to the textbook +"Numerische lineare Algebra" by A. Kielbasinski and H. Schwetlick. +@article{StangeGriewankBollhofer-2007, + author={Peter Stange and Andreas Griewank and Matthias Bollhofer}, + title={On the efficient update of rectangular {LU}-factorizations subject + to low rank modifications}, + journal={Electronic Transactions on Numerical Analysis}, + volume=26, + pages={161--177}, + year=2007 +} + Up-/downdating Cholesky factorizations ======================================