repo.or.cz
/
maxima.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Commit new share package nelder_mead: Nelder-Mead algorithm for minimization without...
[maxima.git]
/
share
/
nelder_mead
/
load-neldermead.lisp
blob
228c6366947c8cb1b2b5b9bdadfcafa46fdbed0d
1
(
in-package
#
-gcl
#:
maxima
#+
gcl
"MAXIMA"
)
2
3
#+
ecl
(
$load
"lisp-utils/defsystem.lisp"
)
4
5
(
load
(
merge-pathnames
(
make-pathname
:
name
"nelder_mead"
:
type
"system"
)
6
#
-gcl
*
load-pathname
*
7
#+
gcl sys
:*
load-pathname
*))
8
9
(
mk
:
oos
"nelder_mead"
:
compile
)