Mercurial > hg > octave-nkf
diff scripts/linear-algebra/krylovb.m @ 4609:ac4e4807acc5
[project @ 2003-11-14 16:14:31 by jwe]
author | jwe |
---|---|
date | Fri, 14 Nov 2003 16:15:41 +0000 |
parents | 8e36c45e3a61 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/scripts/linear-algebra/krylovb.m +++ b/scripts/linear-algebra/krylovb.m @@ -31,7 +31,7 @@ case (5) [Uret, H, Ucols] = krylov (A, V, k, eps1, pflg); otherwise - usage ("[Uret, Ucols] = krylovb (A, V, k ,eps1, pflg)); + usage ("[Uret, Ucols] = krylovb (A, V, k ,eps1, pflg)"); endswitch endfunction