aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Mixed/Internal/Arith
Commit message (Collapse)AuthorAge
* WIP binary ops without normalisationTom Smeding38 hours
|
* arith: Unary float ops on strided arrays without normalisationTom Smeding8 days
|
* arith: Only strided unary int opsTom Smeding2025-02-16
| | | | | This should have negligible overhead and will save a whole bunch of C code duplication when the FUnops are also converted to strided form.
* arith: Unary int ops on strided arrays without normalisationTom Smeding2025-02-16
|
* Add {m,r,s}dot1InnerTom Smeding2024-06-19
|
* Clean up Foreign.hsTom Smeding2024-06-18
|
* More sensible argument order to reduce1 C opTom Smeding2024-06-18
|
* sumAllPrimTom Smeding2024-06-17
|
* Clean up some redundant catMaybesTom Smeding2024-06-10
|
* Dot productTom Smeding2024-06-10
|
* argmin and argmaxTom Smeding2024-06-09
|
* Refactor Mixed (modules, regular function names)Tom Smeding2024-05-30