changeset 5132:5c96a48f8dc2

[project @ 2005-02-08 17:20:38 by jwe]
author jwe
date Tue, 08 Feb 2005 17:20:38 +0000
parents 89cddd966068
children 7191f6e086f9
files doc/interpreter/preface.txi scripts/special-matrix/invhilb.m
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/preface.txi	Tue Feb 08 03:32:25 2005 +0000
+++ b/doc/interpreter/preface.txi	Tue Feb 08 17:20:38 2005 +0000
@@ -160,7 +160,7 @@
 Bill Lash @email{lash@@tellabs.com} provided the @code{unwrap} function.
 
 @item
-Dirk Laurie @email{dirk@@calvyn.puk.ac.za} rewrote @code{invhilb} to be
+Dirk Laurie @email{dlaurie@@na-net.ornl.gov} rewrote @code{invhilb} to be
 faster and more accurate.
 
 @item
--- a/scripts/special-matrix/invhilb.m	Tue Feb 08 03:32:25 2005 +0000
+++ b/scripts/special-matrix/invhilb.m	Tue Feb 08 17:20:38 2005 +0000
@@ -66,7 +66,7 @@
 ##
 ## @seealso{hankel, vander, sylvester_matrix, hilb, and toeplitz}
 
-## Author: Dirk Laurie <dirk@siegfried.wisk.sun.ac.za>
+## Author: Dirk Laurie <dlaurie@na-net.ornl.gov>
 
 function retval = invhilb (n)