diff options
author | wxs <wxs@FreeBSD.org> | 2010-06-22 09:55:00 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2010-06-22 09:55:00 +0800 |
commit | f10b32609b55554221854eb510f44b0d6d71a34d (patch) | |
tree | b8c6c11cabe2e182ad7de53e88230fd737c63f5d /math/Makefile | |
parent | b263740cbbcdf31ab4dcbf4118657dbf8ffffcaa (diff) | |
download | freebsd-ports-gnome-f10b32609b55554221854eb510f44b0d6d71a34d.tar.gz freebsd-ports-gnome-f10b32609b55554221854eb510f44b0d6d71a34d.tar.zst freebsd-ports-gnome-f10b32609b55554221854eb510f44b0d6d71a34d.zip |
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/
PR: ports/147670
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Feature safe: yes
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 64e8a0dcf4d1..ba99a5edfc11 100644 --- a/math/Makefile +++ b/math/Makefile @@ -156,6 +156,7 @@ SUBDIR += lensnns SUBDIR += libRmath SUBDIR += libjbigi + SUBDIR += liblbfgs SUBDIR += libmath++ SUBDIR += libneural SUBDIR += liborigin |