X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=octave_packages%2Fm%2Foptimization%2FPKG_ADD;fp=octave_packages%2Fm%2Foptimization%2FPKG_ADD;h=883d5260c70275e4ccd330c5de7aea70d05f9ac4;hb=1c0469ada9531828709108a4882a751d2816994a;hp=0000000000000000000000000000000000000000;hpb=63de9f36673d49121015e3695f2c336ea92bc278;p=CreaPhase.git diff --git a/octave_packages/m/optimization/PKG_ADD b/octave_packages/m/optimization/PKG_ADD new file mode 100644 index 0000000..883d526 --- /dev/null +++ b/octave_packages/m/optimization/PKG_ADD @@ -0,0 +1,14 @@ +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("fminbnd"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("fminunc"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("fsolve"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("fzero"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("lsqnonneg"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("pqpnonneg"); +## Discard result to avoid polluting workspace with ans at startup. +[~] = __all_opts__ ("qp");