From ba5331773afd59530b598fb51b188203bb323bb5 Mon Sep 17 00:00:00 2001 From: John Denker Date: Mon, 18 Oct 2021 14:09:50 -0700 Subject: add program to perform SVD (singular value decomposition) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') 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:
``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 -- cgit v1.2.3