summaryrefslogtreecommitdiff
path: root/src/Example/GMM.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-11-14 19:27:06 +0100
committerTom Smeding <tom@tomsmeding.com>2024-11-14 19:27:06 +0100
commitbb84f6930702a02ba982795e2bb95a64d61f672b (patch)
tree910b2a119f9758115d1b59e45d558fb983a9286b /src/Example/GMM.hs
parent02db8c1929a25dda64e6cee7b7343833ee698f34 (diff)
Benchmark GMM
Diffstat (limited to 'src/Example/GMM.hs')
-rw-r--r--src/Example/GMM.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Example/GMM.hs b/src/Example/GMM.hs
index 1db88bd..12bbd98 100644
--- a/src/Example/GMM.hs
+++ b/src/Example/GMM.hs
@@ -3,13 +3,10 @@
{-# LANGUAGE TypeApplications #-}
module Example.GMM where
+import Example.Types
import Language
-type R = TScal TF64
-type I64 = TScal TI64
-type TVec = TArr (S Z)
-type TMat = TArr (S (S Z))
-- N, D, K: integers > 0
-- alpha, M, Q, L: the active parameters