diff options
author | John Denker <jsd@av8n.com> | 2021-10-18 14:09:50 -0700 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2021-10-18 22:50:48 -0700 |
commit | ba5331773afd59530b598fb51b188203bb323bb5 (patch) | |
tree | bb2ace7d65142c9e8782ae83e7aff9fe448aac35 /README.md | |
parent | 6fd3f70ca2ce5460fc3c6eab138c6a25b7bcfc69 (diff) |
add program to perform SVD (singular value decomposition)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,9 @@ therefore not least squares). Download using:<br> ``git clone https://www.av8n.com/cgit/poissfit`` -Requires the `libnlopt-cxx-dev` package, which is easily installable on Ubuntu and similar platforms. +The fitting program requires the `libnlopt-cxx-dev` package. +The SVD program requires `libarmadillo-dev` package. +Both of those are easily installable on Ubuntu and similar platforms. In the poissfit directory, compile using a simple `make` command. That works on my Ubuntu platform. Other platforms are likely |