Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
arrayfire
/
arrayfire-haskell
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
60
Code
Issues
8
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
arrayfire-haskell
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 20, 2026
Remove unsafeCoerce from Data.constant (#73)
Show description for 630d7aa
dmjio
and
claude
authored
630d7aa
View commit details
Copy full SHA for 630d7aa
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
blas: make dotAll polymorphic via AFResult (#72)
Show description for 6b8f649
dmjio
and
claude
authored
6b8f649
View commit details
Copy full SHA for 6b8f649
View code at this point
Browse repository at this point
Commits on Jun 13, 2026
Fix Jacobi eigensolver convergence and improve ArrayFire bindings (#71)
Show description for beec55c
dmjio
and
claude
authored
beec55c
View commit details
Copy full SHA for beec55c
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
Expand API: BLAS, reductions, statistics, index ops, bitwise; type & FFI fixes (#68)
Show description for aa5aa84
dmjio
and
claude
authored
aa5aa84
View commit details
Copy full SHA for aa5aa84
View code at this point
Browse repository at this point
Commits on May 23, 2026
Generalize `op2` type parameter. (#64)
Show description for 50ce116
dmjio
authored
50ce116
View commit details
Copy full SHA for 50ce116
View code at this point
Browse repository at this point
Commits on Mar 31, 2026
Adjust lookup function to use `Int` indices (#63)
Show description for fa580dd
dmjio
authored
fa580dd
View commit details
Copy full SHA for fa580dd
View code at this point
Browse repository at this point
Correct `signum` function according to the Haskell report. (#60)
Show description for 6e3c23a
leftaroundabout
authored
6e3c23a
View commit details
Copy full SHA for 6e3c23a
View code at this point
Browse repository at this point
Export the special `span` value for not-indexing an array dimension. (#61)
Show description for 8a674d9
leftaroundabout
authored
8a674d9
View commit details
Copy full SHA for 8a674d9
View code at this point
Browse repository at this point
Commits on Dec 14, 2024
update copyright year, maintainer
dmjio
committed
fa74dd8
View commit details
Copy full SHA for fa74dd8
View code at this point
Browse repository at this point
Commits on Aug 25, 2023
Fix (**) and use property tests (#57)
Show description for 971bae0
twesterhout
authored
971bae0
View commit details
Copy full SHA for 971bae0
View code at this point
Browse repository at this point
Fix joinMany (#56)
Show description for 90812e0
twesterhout
authored
90812e0
View commit details
Copy full SHA for 90812e0
View code at this point
Browse repository at this point
Commits on May 19, 2022
Fix compilation on GHC 9.0.2 (#50)
twesterhout
authored
d1778bc
View commit details
Copy full SHA for d1778bc
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
Remove pseudo-inverse documentation on 3.6.4.
dmjio
committed
5d62160
View commit details
Copy full SHA for 5d62160
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
Fix negate documentation example.
dmjio
committed
cd67802
View commit details
Copy full SHA for cd67802
View code at this point
Browse repository at this point
Constrain BLAS functions on AFType. (#47)
dmjio
authored
85ab6df
View commit details
Copy full SHA for 85ab6df
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Removes double free (#42)
Show description for 7a5b6b7
dmjio
authored
7a5b6b7
View commit details
Copy full SHA for 7a5b6b7
View code at this point
Browse repository at this point
Document API according to column-major ordering. (#41)
Show description for faee0d8
dmjio
authored
faee0d8
View commit details
Copy full SHA for faee0d8
View code at this point
Browse repository at this point
Commits on Nov 9, 2019
Return CBool when using comparison functions. (#24)
Show description for 2be192c
dmjio
authored
2be192c
View commit details
Copy full SHA for 2be192c
View code at this point
Browse repository at this point
Validate Array in correct order. (#37)
dmjio
authored
b06a1f8
View commit details
Copy full SHA for b06a1f8
View code at this point
Browse repository at this point
Commits on Nov 6, 2019
Remove Ord instance from Array. (#23)
dmjio
authored
076b9ce
View commit details
Copy full SHA for 076b9ce
View code at this point
Browse repository at this point
Show matrix transposed by default. (#25)
dmjio
authored
c4e4aca
View commit details
Copy full SHA for c4e4aca
View code at this point
Browse repository at this point
Eq / Ord instances should work across all dimensions. (#21)
dmjio
authored
d6123b6
View commit details
Copy full SHA for d6123b6
View code at this point
Browse repository at this point
Adjust docs on mean, varWeighted. (#19)
dmjio
authored
be90acd
View commit details
Copy full SHA for be90acd
View code at this point
Browse repository at this point
Enforce Complex on 'imag' and 'real' functions. (#16)
Show description for 27bef52
dmjio
authored
27bef52
View commit details
Copy full SHA for 27bef52
View code at this point
Browse repository at this point
Remove unused functions. (#17)
dmjio
authored
0470d34
View commit details
Copy full SHA for 0470d34
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
Document and expose AFDtype.
dmjio
committed
0634a49
View commit details
Copy full SHA for 0634a49
View code at this point
Browse repository at this point
Commits on Oct 27, 2019
Update documentation and types.
dmjio
committed
bb353f6
View commit details
Copy full SHA for bb353f6
View code at this point
Browse repository at this point
Remove Semigroup.
dmjio
committed
7abfd48
View commit details
Copy full SHA for 7abfd48
View code at this point
Browse repository at this point
Update Image haddocks.
dmjio
committed
d495366
View commit details
Copy full SHA for d495366
View code at this point
Browse repository at this point
Update Vision documentation.
dmjio
committed
0fc23d8
View commit details
Copy full SHA for 0fc23d8
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
Updated LAPACK documentation.
dmjio
committed
8ac1491
View commit details
Copy full SHA for 8ac1491
View code at this point
Browse repository at this point
Add Signal haddocks.
dmjio
committed
a830e73
View commit details
Copy full SHA for a830e73
View code at this point
Browse repository at this point
Update features tests and docs.
dmjio
committed
8689f54
View commit details
Copy full SHA for 8689f54
View code at this point
Browse repository at this point
Update Sparse Array documentation.
dmjio
committed
6d38305
View commit details
Copy full SHA for 6d38305
View code at this point
Browse repository at this point
Update documentation.
dmjio
committed
bb5100f
View commit details
Copy full SHA for bb5100f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.