summaryrefslogtreecommitdiff
path: root/math/liblbfgs/DESCR
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2014-10-29 23:10:29 +0000
committercheusov <cheusov@pkgsrc.org>2014-10-29 23:10:29 +0000
commit25398dc6e22c6cb224069e62813b1ba02bae5f3d (patch)
tree6476aeacd0bb8cf1a98d6952549d1b93fb2503e6 /math/liblbfgs/DESCR
parent7c815f73dd474bfb24ade8b04e9ead7c28426322 (diff)
downloadpkgsrc-25398dc6e22c6cb224069e62813b1ba02bae5f3d.tar.gz
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
Diffstat (limited to 'math/liblbfgs/DESCR')
-rw-r--r--math/liblbfgs/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/liblbfgs/DESCR b/math/liblbfgs/DESCR
new file mode 100644
index 00000000000..732ff333f14
--- /dev/null
+++ b/math/liblbfgs/DESCR
@@ -0,0 +1,4 @@
+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