diff options
author | David Spencer <baildon.research@googlemail.com> | 2017-04-19 00:15:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-19 00:16:25 +0700 |
commit | d8a8cf4250305434f317eb1258c487c5947a7b21 (patch) | |
tree | e57e3dcfbc2bed81e7705235865fa38d1a76072a /libraries/levmar/README | |
parent | 896d7010e69530802f6014c2240304d5008b9b10 (diff) | |
download | slackbuilds-d8a8cf4250305434f317eb1258c487c5947a7b21.tar.gz |
libraries/levmar: Added (Levenberg-Marquardt algorithm).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/levmar/README')
-rw-r--r-- | libraries/levmar/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/levmar/README b/libraries/levmar/README new file mode 100644 index 0000000000..85388f0795 --- /dev/null +++ b/libraries/levmar/README @@ -0,0 +1,4 @@ +levmar (Levenberg-Marquardt nonlinear least squares algorithm) + +GPL native ANSI C implementations of the Levenberg-Marquardt optimization +algorithm, usable also from C++, Matlab, Perl, Python, Haskell and Tcl. |