mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
abf08a76c2
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>
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
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/
|