diff options
Diffstat (limited to 'src/Data/Array/Nested/Internal')
-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 2c99487..c80325c 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -51,6 +51,7 @@ import Data.Array.Mixed.Lemmas -- TODO: -- dotprod, sumAllPrim :: (PrimElt a, NumElt a) => Mixed sh a -> a +-- Fix C functions for reversed vectors (need offsets with everything) -- After benchmarking: matmul and matvec |