diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index 7dbff83..e5d53e8 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -53,6 +53,7 @@ import Data.Array.Mixed.Lemmas -- TODO: -- sumAllPrim :: (PrimElt a, NumElt a) => Mixed sh a -> a -- rminIndex1 :: Ranked (n + 1) a -> Ranked n Int +-- gather/scatter-like things (most generally, the higher-order variants: accelerate's backpermute/permute) -- Remove current rdot and replace with: -- rdot1Inner :: Ranked (n + 1) a -> Ranked (n + 1) a -> Ranked n a -- rdot :: Ranked n a -> Ranked n a -> a |