aboutsummaryrefslogtreecommitdiff
path: root/math/liblbfgs/pkg-descr
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2010-06-22 01:55:00 +0000
committerWesley Shields <wxs@FreeBSD.org>2010-06-22 01:55:00 +0000
commita5691f37d9b18a0858ef7307338d4defdb698b57 (patch)
treea4ea85950126b2ca6ceaaa1257261821ffb38d08 /math/liblbfgs/pkg-descr
parentd0faa167931a241925fd67e252217a3dbc3b2f15 (diff)
Notes
Diffstat (limited to 'math/liblbfgs/pkg-descr')
-rw-r--r--math/liblbfgs/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/liblbfgs/pkg-descr b/math/liblbfgs/pkg-descr
new file mode 100644
index 000000000000..3ae8b23e8f44
--- /dev/null
+++ b/math/liblbfgs/pkg-descr
@@ -0,0 +1,6 @@
+This library is a C port of the implementation of Limited-memory
+Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method written by Jorge Nocedal.
+The original FORTRAN source code is available at:
+http://www.ece.northwestern.edu/~nocedal/lbfgs.html
+
+WWW: http://www.chokkan.org/software/liblbfgs/