Safe Haskell | None |
---|---|
Language | Haskell98 |
- type Transform2 sh a = Acc (Array sh a) -> Acc (Array sh a) -> Acc (Array sh a)
- karatsuba :: (Shape sh, Slice sh, Num a) => Transform2 (sh :. Int) a
- cyclic :: (Shape sh, Slice sh, Num a) => Transform2 (sh :. Int) a -> Transform2 (sh :. Int) a
- complex :: (Shape sh, Slice sh, Num a) => Transform2 (sh :. Int) a -> Transform2 (sh :. Int) (Complex a)
Documentation
karatsuba :: (Shape sh, Slice sh, Num a) => Transform2 (sh :. Int) a Source #
Both arrays must have the same size.