chiark / gitweb /
added octave plug-in
authorstevenj <stevenj@alum.mit.edu>
Thu, 30 Aug 2007 21:09:14 +0000 (17:09 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 30 Aug 2007 21:09:14 +0000 (17:09 -0400)
commit29059a4337cb85af66690d44827ded3e1dbb3b32
treee4c4c2bc44f92d260109bbacd8dea921c84c26d9
parent04eb065dccf8c3b5965d02c56d9fae78ab472c0b
added octave plug-in

darcs-hash:20070830210914-c8de0-2ff67f1fb7eb4ac60968712d7b4259742593c445.gz
14 files changed:
Makefile.am
configure.ac
octave/Makefile.am [new file with mode: 0644]
octave/NLOPT_GLOBAL_DIRECT.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_DIRECT_L.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_DIRECT_L_RANDOMIZED.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_ORIG_DIRECT.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_ORIG_DIRECT_L.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_STOGO.m [new file with mode: 0644]
octave/NLOPT_GLOBAL_STOGO_RANDOMIZED.m [new file with mode: 0644]
octave/NLOPT_LOCAL_LBFGS.m [new file with mode: 0644]
octave/NLOPT_LOCAL_SUBPLEX.m [new file with mode: 0644]
octave/nlopt_minimize.cc [new file with mode: 0644]
octave/nlopt_minimize.m [new file with mode: 0644]