diff options
Diffstat (limited to 'macros/nnls.sci')
-rw-r--r-- | macros/nnls.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/nnls.sci b/macros/nnls.sci index 5724c22..8b3d9e4 100644 --- a/macros/nnls.sci +++ b/macros/nnls.sci @@ -1,6 +1,5 @@ function [x,w] = nnls(E,f) // Non Negative Least Squares (nnls) for Ex=f with the constraint x>=0 - // Reference // Lawson, C.L. and R.J. Hanson, Solving Least Squares Problems, // Prentice-Hall, 1974, Chapter 23, p. 161. |