aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* replicate -> replicateScal; add proper generic replicateTom Smeding2024-05-25
|
* Add more const in C arith opsTom Smeding2024-05-24
|
* Test C sum with random inputsTom Smeding2024-05-24
|
* Add utility functionTom Smeding2024-05-23
|
* WIP testingTom Smeding2024-05-23
|
* fromList1PrimTom Smeding2024-05-23
|
* Bugfix in wrapper for C reduce opTom Smeding2024-05-23
|
* Better naming in C codeTom Smeding2024-05-23
|
* Fast sumTom Smeding2024-05-23
| | | | Also fast product, but that's currently unused
* msumOuter1Tom Smeding2024-05-23
|
* Use the {r,s}{from,to}Primitive utilitiesTom Smeding2024-05-23
|
* Bench Num against NumEltTom Smeding2024-05-23
|
* Clean up commented-out codeTom Smeding2024-05-23
|
* Fast numeric operations for NumTom Smeding2024-05-23
|
* Fix bug in X.reshapePartialTom Smeding2024-05-22
| | | | Thanks Mikolaj!
* Fix typos i nerrorsTom Smeding2024-05-21
|
* Add Ord instances on 0-dimensional arraysTom Smeding2024-05-21
| | | | | | | | This is very conservative; of course a law-abiding Ord instance can be defined on full multi-dimensional arrays, but such an instance would be lexicographical (anything else is even stranger), and that is potentially unexpected and definitely does not play well with the other numeric classes.
* Add Eq, Fractional, Floating instancesTom Smeding2024-05-21
|
* Add Float primitive typeTom Smeding2024-05-21
|
* Int32 and CInt instancesTom Smeding2024-05-21
|
* WIP benchmark fileTom Smeding2024-05-20
|
* iotaTom Smeding2024-05-20
|
* Some missing operations (rlift2, slift2)Tom Smeding2024-05-20
|
* Reorganise exportsTom Smeding2024-05-20
|
* Better {from,to}List setTom Smeding2024-05-20
|
* Generalise *rerank to type-changing functionsTom Smeding2024-05-20
|
* Rename 'test' component to 'example'Tom Smeding2024-05-20
|
* Fix type of srerankTom Smeding2024-05-20
|
* rfromOrthotopeTom Smeding2024-05-20
|
* Make Storable a superclass of PrimEltTom Smeding2024-05-20
|
* Rerank on primitive arraysTom Smeding2024-05-20
|
* constant -> replicateTom Smeding2024-05-20
|
* Some conversionsTom Smeding2024-05-20
|
* Remove forgotten -Wno-unused-importsTom Smeding2024-05-20
|
* Add TODOsTom Smeding2024-05-20
|
* mtranspose without rerankTom Smeding2024-05-20
|
* Make Int64 a legal array element typeTom Smeding2024-05-19
|
* Export the two non-Foldable toList functions publiclyTom Smeding2024-05-19
|
* Expose all IsList(toList) functions without constraintsTom Smeding2024-05-19
| | | | Some are Foldable.toList, some are a separate top-level function
* Fix some fromListsTom Smeding2024-05-19
|
* Update TODOsTom Smeding2024-05-19
|
* Some IsList instancesTom Smeding2024-05-19
|
* SNat has COMPLETE in ghc 9.8Tom Smeding2024-05-19
|
* More StrictDataTom Smeding2024-05-19
|
* Make sized lists strictMikolaj Konarski2024-05-19
|
* Fix empty lists displayed as ']'Mikolaj Konarski2024-05-19
|
* WIP IsList instancesTom Smeding2024-05-18
|
* Custom Show instances for list-like outputTom Smeding2024-05-18
|
* Put KnownNat inside ListS; REVERT ME LATERTom Smeding2024-05-18
|
* Finish singletons refactor?Tom Smeding2024-05-18
|