aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Mixed
Commit message (Collapse)AuthorAge
* arith: Fix unary op stride bugsTom Smeding5 days
|
* Fix a typo in an error messageMikolaj Konarski5 days
|
* arith: Only strided unary int opsTom Smeding6 days
| | | | | 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 Smeding7 days
|
* arith: Fix cover calculation in stridesDenseTom Smeding7 days
| | | | | The calculation was incorrect for windowed arrays (as produced by RS.window)
* Uniformise NFData instance (by putting rnf in Elt)Tom Smeding2024-12-18
| | | | | | This now depends on: https://github.com/augustss/orthotope/pull/14 My sincere apologies.
* Simpler API to mcastTom Smeding2024-12-11
|
* Fix X.emptyTom Smeding2024-11-22
| | | | S.constant always evaluates its argument.
* Improve error message for X.emptyTom Smeding2024-11-22
|
* Add the criminally absent singletons to numEltMinIndex and numEltMaxIndexMikolaj Konarski2024-11-19
|
* snatMinusTom Smeding2024-11-13
|
* Add withKnownSh{S,X}Tom Smeding2024-11-13
|
* Fix error message in listxFromListTom Smeding2024-10-10
|
* TestEquality for StaticShXTom Smeding2024-10-07
|
* arith: Respect offsets in dotprodinnerTom Smeding2024-07-21
|
* 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
|
* Init on ListXTom Smeding2024-06-18
|
* sumAllPrimTom Smeding2024-06-17
|
* Generalise some of the lifting functions to type-changingTom Smeding2024-06-17
|
* Rename *LengthSNat to *RankTom Smeding2024-06-13
|
* Conciseness cleanupTom Smeding2024-06-10
|
* Make arith code aware of negative stridesTom Smeding2024-06-10
|
* Clean up some redundant catMaybesTom Smeding2024-06-10
|
* Dot productTom Smeding2024-06-10
|
* Rename arg{min,max} to {min,max}IndexTom Smeding2024-06-10
|
* Fix extremum for replicated input arraysTom Smeding2024-06-10
|
* argmin and argmaxTom Smeding2024-06-09
|
* Extract {listx,shx}FromList from IsList instancesTom Smeding2024-06-09
| | | | Also add ixxFromList for consistency
* Concatenation of arrays for M and RTom Smeding2024-06-09
| | | | What should the type of sconcat be?
* Fix stride handling of binary arith opsTom Smeding2024-06-09
| | | | liftVEltwise2 just completely ignored the existence of strides ._.
* Generalise Ord instances to full lexicographical orderTom Smeding2024-06-07
|
* Properly test C reductionsTom Smeding2024-06-03
|
* Rename *ToSNat to *LengthSNatTom Smeding2024-06-03
| | | | For consistency with existing functions
* rrank, rtoOrthotopeTom Smeding2024-06-03
|
* Move sh*Tail to main ox-arraysTom Smeding2024-06-03
|
* Test permInverseTom Smeding2024-06-03
|
* Some more generators for testsTom Smeding2024-06-03
|
* Separate permCheckPermutation from permInverseTom Smeding2024-06-03
|
* Introduce PermR type synonymTom Smeding2024-06-03
|
* Clearer module purposesTom Smeding2024-05-30
| | | | Thanks Mikolaj for discussion
* Refactor Nested (modules, function names)Tom Smeding2024-05-30
|
* Clean up extensionsTom Smeding2024-05-30
|
* Refactor Mixed (modules, regular function names)Tom Smeding2024-05-30