summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-02-15 15:13:06 +1100
committerJustin Bedo <cu@cua0.org>2023-02-21 11:09:40 +1100
commitf87f7680096ed30390fbb30b9a2ac63c7d0d5a2f (patch)
tree78a3c2a721a49efb290f4e15c62b6abfd034506e
parent4ecc8d1b42cb2c4992fe227719ed4662ca1c8168 (diff)
fix haskell bindings include path
-rw-r--r--Numeric/CODA/PCA.hs2
1 files changed, 1 insertions, 1 deletions
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