File: README

package info (click to toggle)
quadprog 1.5-8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 272 kB
  • sloc: fortran: 682; ansic: 46; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This is an R port of the quadprog package version 1.2 of
Berwin A. Turlach <berwin.turlach@anu.edu.au> 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"