]> Creatis software - CreaPhase.git/blob - octave_packages/m/optimization/PKG_ADD
update packages
[CreaPhase.git] / octave_packages / m / optimization / PKG_ADD
1 ## Discard result to avoid polluting workspace with ans at startup.
2 [~] = __all_opts__ ("fminbnd");
3 ## Discard result to avoid polluting workspace with ans at startup.
4 [~] = __all_opts__ ("fminunc");
5 ## Discard result to avoid polluting workspace with ans at startup.
6 [~] = __all_opts__ ("fsolve");
7 ## Discard result to avoid polluting workspace with ans at startup.
8 [~] = __all_opts__ ("fzero");
9 ## Discard result to avoid polluting workspace with ans at startup.
10 [~] = __all_opts__ ("lsqnonneg");
11 ## Discard result to avoid polluting workspace with ans at startup.
12 [~] = __all_opts__ ("pqpnonneg");
13 ## Discard result to avoid polluting workspace with ans at startup.
14 [~] = __all_opts__ ("qp");