diff options
Diffstat (limited to 'src/Data/Array/Nested')
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index 50202ba..731dbef 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -54,9 +54,6 @@ import Data.Array.Mixed.Lemmas -- 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 -- After benchmarking: matmul and matvec |