Mercurial > hg > octave-lyh
diff scripts/optimization/fzero.m @ 8648:ff61b53eb294
optimization: use PKG_ADD: comments instead of PKG_ADD file
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Fri, 30 Jan 2009 15:42:51 -0500 |
parents | 8833c0b18eb2 |
children | eb63fbe60fab |
line wrap: on
line diff
--- a/scripts/optimization/fzero.m +++ b/scripts/optimization/fzero.m @@ -59,6 +59,8 @@ ## the need for external functions and error handling. The algorithm has ## also been slightly modified. +## PKG_ADD: __all_opts__ ("fzero"); + function [x, fval, info, output] = fzero (fun, x0, options = struct ()) ## Get default options if requested.