diff scripts/control/util/zgshsr.m @ 5016:bdbee5282954

[project @ 2004-09-22 02:50:35 by jwe]
author jwe
date Wed, 22 Sep 2004 02:50:36 +0000
parents 3e48e60a1f8b
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/control/util/zgshsr.m	Wed Sep 22 02:18:13 2004 +0000
+++ b/scripts/control/util/zgshsr.m	Wed Sep 22 02:50:36 2004 +0000
@@ -17,10 +17,18 @@
 ## Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} zgshsr (@var{y})
-## apply householder vector based on @math{e^(m)} to
-## (column vector) y.
-## Called by zgfslv
+## @deftypefn {Function File} {@var{x} =} zgshsr (@var{y})
+## Apply householder vector based on 
+## @iftex
+## @tex
+## $ e^m $
+## @end tex
+## @end iftex
+## @ifinfo
+## @math{e^(m)}
+## @end ifinfo
+## to column vector @var{y}.
+## Called by @command{zgfslv}.
 ## @end deftypefn
 
 ## Author: A. S. Hodel <a.s.hodel@eng.auburn.edu>