Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | | | | Also add ixxFromList for consistency | ||
* | Concatenation of arrays for M and R | Tom Smeding | 2024-06-09 |
| | | | | What should the type of sconcat be? | ||
* | Fix stride handling of binary arith ops | Tom Smeding | 2024-06-09 |
| | | | | liftVEltwise2 just completely ignored the existence of strides ._. | ||
* | 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 |
| | | | | For consistency with existing functions | ||
* | 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 |
| | | | | Thanks Mikolaj for discussion | ||
* | 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 |