File: COPYRIGHTS

package info (click to toggle)
r-cran-nnls 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: fortran: 485; ansic: 15; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 629 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
src/nnls.f
  From the public domain source code distributed with the book 
  Lawson CL, Hanson RJ (1995). Solving Least Squares
  Problems. Classics in Applied Mathematics. SIAM, Philadelphia, and 
  downloaded from http://www.netlib.org/lawson-hanson/
src/nnnpls.f
  From the public domain source code distributed with the book 
  Lawson CL, Hanson RJ (1995). Solving Least Squares
  Problems. Classics in Applied Mathematics. SIAM, Philadelphia, and 
  downloaded from http://www.netlib.org/lawson-hanson/
  with trivial modifications to allow for non-positive constraints in 
  combination with non-negative constraints.