| Commit message (Expand) | Author | Age |
* | All arrays are Eq and Ord (they compare shape first, then values)HEADmaster | Tom Smeding | 2 days |
* | arith: Fix unary op stride bugs | Tom Smeding | 3 days |
* | Fix a typo in an error message | Mikolaj Konarski | 3 days |
* | arith: Only strided unary int ops | Tom Smeding | 4 days |
* | arith: Unary int ops on strided arrays without normalisation | Tom Smeding | 5 days |
* | arith: Fix cover calculation in stridesDense | Tom Smeding | 5 days |
* | Uniformise NFData instance (by putting rnf in Elt) | Tom Smeding | 2024-12-18 |
* | Simpler API to mcast | Tom Smeding | 2024-12-11 |
* | Fix X.empty | Tom Smeding | 2024-11-22 |
* | Improve error message for X.empty | Tom Smeding | 2024-11-22 |
* | Add the criminally absent singletons to numEltMinIndex and numEltMaxIndex | Mikolaj Konarski | 2024-11-19 |
* | snatMinus | Tom Smeding | 2024-11-13 |
* | Add withKnownSh{S,X} | Tom Smeding | 2024-11-13 |
* | Fix error message in listxFromList | Tom Smeding | 2024-10-10 |
* | TestEquality for StaticShX | Tom Smeding | 2024-10-07 |
* | arith: Respect offsets in dotprodinner | Tom Smeding | 2024-07-21 |
* | Add {m,r,s}dot1Inner | Tom Smeding | 2024-06-19 |
* | Clean up Foreign.hs | Tom Smeding | 2024-06-18 |
* | More sensible argument order to reduce1 C op | Tom Smeding | 2024-06-18 |
* | Init on ListX | Tom Smeding | 2024-06-18 |
* | sumAllPrim | Tom Smeding | 2024-06-17 |
* | Generalise some of the lifting functions to type-changing | Tom Smeding | 2024-06-17 |
* | Rename *LengthSNat to *Rank | Tom Smeding | 2024-06-13 |
* | Conciseness cleanup | Tom Smeding | 2024-06-10 |
* | Make arith code aware of negative strides | Tom Smeding | 2024-06-10 |
* | Clean up some redundant catMaybes | Tom Smeding | 2024-06-10 |
* | Dot product | Tom Smeding | 2024-06-10 |
* | Rename arg{min,max} to {min,max}Index | Tom Smeding | 2024-06-10 |
* | Fix extremum for replicated input arrays | Tom Smeding | 2024-06-10 |
* | argmin and argmax | Tom Smeding | 2024-06-09 |
* | Extract {listx,shx}FromList from IsList instances | Tom Smeding | 2024-06-09 |
* | Concatenation of arrays for M and R | Tom Smeding | 2024-06-09 |
* | Fix stride handling of binary arith ops | Tom Smeding | 2024-06-09 |
* | Generalise Ord instances to full lexicographical order | Tom Smeding | 2024-06-07 |
* | Properly test C reductions | Tom Smeding | 2024-06-03 |
* | Rename *ToSNat to *LengthSNat | Tom Smeding | 2024-06-03 |
* | rrank, rtoOrthotope | Tom Smeding | 2024-06-03 |
* | Move sh*Tail to main ox-arrays | Tom Smeding | 2024-06-03 |
* | Test permInverse | Tom Smeding | 2024-06-03 |
* | Some more generators for tests | Tom Smeding | 2024-06-03 |
* | Separate permCheckPermutation from permInverse | Tom Smeding | 2024-06-03 |
* | Introduce PermR type synonym | Tom Smeding | 2024-06-03 |
* | Clearer module purposes | Tom Smeding | 2024-05-30 |
* | Refactor Nested (modules, function names) | Tom Smeding | 2024-05-30 |
* | Clean up extensions | Tom Smeding | 2024-05-30 |
* | Refactor Mixed (modules, regular function names) | Tom Smeding | 2024-05-30 |