From f87f7680096ed30390fbb30b9a2ac63c7d0d5a2f Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 15 Feb 2023 15:13:06 +1100 Subject: fix haskell bindings include path --- Numeric/CODA/PCA.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Numeric/CODA/PCA.hs b/Numeric/CODA/PCA.hs index 903a166..2ddccd7 100644 --- a/Numeric/CODA/PCA.hs +++ b/Numeric/CODA/PCA.hs @@ -35,7 +35,7 @@ data PCA = PCA } deriving (Show) -C.include "<../../../pca.h>" +C.include "../../pca.h" -- | Decomposes a non-negative matrix into the specified number components on the CoDA simplex -- via Bregman divergences -- cgit v1.2.3