aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2021-10-18 14:09:50 -0700
committerJohn Denker <jsd@av8n.com>2021-10-18 22:50:48 -0700
commitba5331773afd59530b598fb51b188203bb323bb5 (patch)
treebb2ace7d65142c9e8782ae83e7aff9fe448aac35 /README.md
parent6fd3f70ca2ce5460fc3c6eab138c6a25b7bcfc69 (diff)
add program to perform SVD (singular value decomposition)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c43e61a..e38117e 100644
--- a/README.md
+++ b/README.md
@@ -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