summaryrefslogtreecommitdiff
path: root/SRC/csyequb.f
diff options
context:
space:
mode:
authorjason <jason@8a072113-8704-0410-8d35-dd094bca7971>2009-03-14 20:17:33 +0000
committerjason <jason@8a072113-8704-0410-8d35-dd094bca7971>2009-03-14 20:17:33 +0000
commit81026de8b0352a8e1bca3fb0755886ce80a51c77 (patch)
tree74055ad3250eead3bf57eac444a6b9b34476058b /SRC/csyequb.f
parentb7a2e4b12f44d6f3d308504b65ed973dd3a40b2d (diff)
downloadlapack-81026de8b0352a8e1bca3fb0755886ce80a51c77.tar.gz
lapack-81026de8b0352a8e1bca3fb0755886ce80a51c77.tar.bz2
lapack-81026de8b0352a8e1bca3fb0755886ce80a51c77.zip
Add xSYEQUB bibliographic reference citing Livne & Golub.
Reference: Livne, O.E. and Golub, G.H., "Scaling by Binormalization", Numerical Algorithms, vol. 35, no. 1, pp. 97-120, January 2004. DOI 10.1023/B:NUMA.0000016606.32820.69 Tech report version: http://ruready.utah.edu/archive/papers/bin.pdf Signed-off-by: Jason Riedy <ejr@cs.berkeley.edu>
Diffstat (limited to 'SRC/csyequb.f')
-rw-r--r--SRC/csyequb.f8
1 files changed, 8 insertions, 0 deletions
diff --git a/SRC/csyequb.f b/SRC/csyequb.f
index 2d0315ad..44895587 100644
--- a/SRC/csyequb.f
+++ b/SRC/csyequb.f
@@ -63,6 +63,14 @@
* < 0: if INFO = -i, the i-th argument had an illegal value
* > 0: if INFO = i, the i-th diagonal element is nonpositive.
*
+* Further Details
+* ======= =======
+*
+* Reference: Livne, O.E. and Golub, G.H., "Scaling by Binormalization",
+* Numerical Algorithms, vol. 35, no. 1, pp. 97-120, January 2004.
+* DOI 10.1023/B:NUMA.0000016606.32820.69
+* Tech report version: http://ruready.utah.edu/archive/papers/bin.pdf
+*
* =====================================================================
*
* .. Parameters ..