arrayfire-haskell icon indicating copy to clipboard operation
arrayfire-haskell copied to clipboard

Haskell bindings to ArrayFire

Results 16 arrayfire-haskell issues
Sort by recently updated
recently updated
newest added

@chessai this would be a /very/ nice to have. Issue is that doctest can't resolve arrayfire third-party dep. when it runs.

enhancement
tests
documentation

Would be nice to have hackage version, build status, etc.

enhancement
help wanted

Adds a nix build for CI

Error: setup.exe: Missing dependency on a foreign library: * Missing (or bad) C library: af This problem can usually be solved by installing the system package that provides this library...

How to generate an array according to the rules defined by oneself? I have a function like `func:: Int->Int->Float`, which represents calculating values based on index

Thanks for your excellent work! I'm very interesting in this library. But I want to know how to interacting with other library. For example , When I read an image...