aboutsummaryrefslogtreecommitdiff
path: root/ox-arrays.cabal
Commit message (Collapse)AuthorAge
* Benchmark dot productTom Smeding2024-06-10
|
* Hide .Trace module behind a flag (trace-wrappers)Tom Smeding2024-06-09
| | | | Pending https://gitlab.haskell.org/ghc/ghc/-/issues/24964
* Better cc-optionsTom Smeding2024-06-09
|
* Traced Nested moduleTom Smeding2024-06-09
|
* Test permInverseTom Smeding2024-06-03
|
* Clearer module purposesTom Smeding2024-05-30
| | | | Thanks Mikolaj for discussion
* Refactor Nested (modules, function names)Tom Smeding2024-05-30
|
* Refactor Mixed (modules, regular function names)Tom Smeding2024-05-30
|
* Reorganise test filesTom Smeding2024-05-28
|
* Fast (C) Floating opsTom Smeding2024-05-27
|
* Refactor C interface to pass operation as enumTom Smeding2024-05-26
| | | | | This is hmatrix style, less proliferation of functions as the number of ops increases
* Less warnings in testTom Smeding2024-05-25
|
* NFData instancesTom Smeding2024-05-25
|
* Test C sum with random inputsTom Smeding2024-05-24
|
* WIP testingTom Smeding2024-05-23
|
* Fast numeric operations for NumTom Smeding2024-05-23
|
* WIP benchmark fileTom Smeding2024-05-20
|
* Rename 'test' component to 'example'Tom Smeding2024-05-20
|
* The code compiles with only GHC natsTom Smeding2024-05-15
|
* WIP GHC natsTom Smeding2024-05-14
|
* GHC 9.8 compatibilityTom Smeding2024-04-20
|
* Rename inductive naturals to INatTom Smeding2024-04-14
|
* Simple usage exampleTom Smeding2024-04-03
|
* Reorganise, documentationTom Smeding2024-04-03
|
* More docs, sum, shaped interfaceTom Smeding2024-04-02
| | | | | | Very satisfying to see that the Shaped interface implementation is almost exactly the same as the Ranked one: just exchanging some Shaped for Ranked, 'sh' for 'n', etc. yields the Shaped interface.
* NatsTom Smeding2024-03-27
|
* GHC typenats are badTom Smeding2024-03-27
|
* InitialTom Smeding2024-03-26