diff options
author | tota <tota@FreeBSD.org> | 2012-12-25 19:21:13 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-12-25 19:21:13 +0800 |
commit | 88a2c1d6a17705a8c7ff27909143e7b8b13e5639 (patch) | |
tree | 0f6b2f4c0f6f7b3c3707544526495aeff551011d /math/Makefile | |
parent | c379f129ecda5131ddbf217565b13cc0fe6223dc (diff) | |
download | freebsd-ports-gnome-88a2c1d6a17705a8c7ff27909143e7b8b13e5639.tar.gz freebsd-ports-gnome-88a2c1d6a17705a8c7ff27909143e7b8b13e5639.tar.zst freebsd-ports-gnome-88a2c1d6a17705a8c7ff27909143e7b8b13e5639.zip |
- Add a new port: math/R-cran-quadprog
This routine implements the dual method of Goldfarb and Idnani
(1982, 1983) for solving quadratic programming problems of the form
min(?dT b + 1/2bT Db) with the constraints AT b >= b0.
WWW: http://cran.r-project.org/web/packages/quadprog/
PR: ports/172298 (based on)
Submitted by: David Naylor <naylor.b.david_AT_gmail_DOT_com>
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 c8447a5c98cb..6bbbb2fe6152 100644 --- a/math/Makefile +++ b/math/Makefile @@ -28,6 +28,7 @@ SUBDIR += R-cran-mvtnorm SUBDIR += R-cran-nnls SUBDIR += R-cran-psych + SUBDIR += R-cran-quadprog SUBDIR += R-cran-sandwich SUBDIR += R-cran-sm SUBDIR += R-cran-sp |