Mercurial > hg > octave-nkf
diff scripts/control/zginit.m @ 3385:10f21f7ccc7f
[project @ 1999-12-15 22:28:26 by jwe]
author | jwe |
---|---|
date | Wed, 15 Dec 1999 22:28:52 +0000 |
parents | 69b167451491 |
children | 1a8e2c0d627a |
line wrap: on
line diff
--- a/scripts/control/zginit.m +++ b/scripts/control/zginit.m @@ -29,7 +29,7 @@ ## ZGEP: Hodel, "Computation of Zeros with Balancing," 1992, submitted to LAA ## Generalized CG: Golub and Van Loan, "Matrix Computations, 2nd ed" 1989 -function zz = zginit(a,b,c,d) +function zz = zginit (a, b, c, d) ## A. S. Hodel July 24 1992 ## Conversion to Octave by R. Bruce Tenison, July 3, 1994