Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ quadprog Public

❗ This is a read-only mirror of the CRAN R package repository. quadprog — Functions to Solve Quadratic Programming Problems

Notifications You must be signed in to change notification settings

cran/quadprog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an R port of the quadprog package version 1.2 of
Berwin A. Turlach <[email protected]> which can be found
at http://wilton.anu.edu.au/%7Eberwin/software/quadprog.html. An older
version can also be found in the statlib archive.

Changes from original:

	changed order of variables in declaration of subroutine aind
	from
		integer ind(m,*), m, q, n, i, j
	to
		integer m, ind(m,*), q, n, i, j
	because g77 complained. Made corresponding change in
	subroutine qpgen1 in solve.QP.compact.f.

	removed function ".First.lib"

About

❗ This is a read-only mirror of the CRAN R package repository. quadprog — Functions to Solve Quadratic Programming Problems

Resources

Stars

Watchers

Forks

Packages

No packages published