summaryrefslogtreecommitdiffstats
path: root/libraries/levmar/README
diff options
context:
space:
mode:
author David Spencer2017-04-18 19:15:33 +0200
committer Willy Sudiarto Raharjo2017-04-18 19:16:25 +0200
commitd8a8cf4250305434f317eb1258c487c5947a7b21 (patch)
treee57e3dcfbc2bed81e7705235865fa38d1a76072a /libraries/levmar/README
parent896d7010e69530802f6014c2240304d5008b9b10 (diff)
downloadslackbuilds-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/README4
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.