]> Creatis software - CreaPhase.git/blobdiff - octave_packages/m/optimization/PKG_ADD
update packages
[CreaPhase.git] / octave_packages / m / optimization / PKG_ADD
diff --git a/octave_packages/m/optimization/PKG_ADD b/octave_packages/m/optimization/PKG_ADD
new file mode 100644 (file)
index 0000000..883d526
--- /dev/null
@@ -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");