aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested.hs
Commit message (Collapse)AuthorAge
* sumAllPrimTom Smeding2024-06-17
|
* Export shape types for MixedTom Smeding2024-06-14
|
* [mrs]{from,to}ListLinearTom Smeding2024-06-14
|
* Export full [mrs]{shape,rank,size} setTom Smeding2024-06-14
|
* s{from,to}OrthotopeTom Smeding2024-06-13
|
* Add (temporary version of) more general mdotTom Smeding2024-06-10
|
* Add *flattenTom Smeding2024-06-10
|
* Dot productTom Smeding2024-06-10
|
* Add {max,min}IndexPrim to Nested exportTom Smeding2024-06-10
|
* nest, unNestTom Smeding2024-06-09
|
* Concatenation of arrays for M and RTom Smeding2024-06-09
| | | | What should the type of sconcat be?
* Export KnownElt from public Nested moduleTom Smeding2024-06-09
|
* rrank, rtoOrthotopeTom Smeding2024-06-03
|
* *asXArrayPrim -> *toXArrayPrimTom Smeding2024-06-03
| | | | This name makes much more sense in combination with *fromXArrayPrim.
* 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
|
* Export NumElt and FloatElt publiclyTom Smeding2024-05-27
|
* Re-add KnownNatList for convenience with transpose functionsTom Smeding2024-05-27
|
* replicate -> replicateScal; add proper generic replicateTom Smeding2024-05-25
|
* fromList1PrimTom Smeding2024-05-23
|
* msumOuter1Tom Smeding2024-05-23
|
* 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
|
* rfromOrthotopeTom Smeding2024-05-20
|
* Rerank on primitive arraysTom Smeding2024-05-20
|
* constant -> replicateTom Smeding2024-05-20
|
* Some conversionsTom Smeding2024-05-20
|
* Export the two non-Foldable toList functions publiclyTom Smeding2024-05-19
|
* Finish singletons refactor?Tom Smeding2024-05-18
|
* Convert arrays <-> XArrayTom Smeding2024-05-16
|
* WIP stranspose typeTom Smeding2024-05-15
|
* The code compiles with only GHC natsTom Smeding2024-05-15
|
* reshapelast-with-inatTom Smeding2024-05-14
|
* rev1Tom Smeding2024-05-14
|
* Fixup *fromList* namesTom Smeding2024-05-14
|
* toVectorTom Smeding2024-05-14
|
* Introduce EltRepr (no more Primitive/Coercible in API)Tom Smeding2024-05-14
|
* Bundle patterns with Ix/Sh data types (haddock)Tom Smeding2024-05-14
|
* Shape/index hygieneTom Smeding2024-05-13
|
* Replace SShape with ShSTom Smeding2024-05-13
|
* Rename StaticShape{R,S} to Sh{R,S}, because they encode runtime infoTom Smeding2024-05-13
| | | | ShS is a borderline case, though
* Define and expose the recomputing of KnownINat for ranksMikolaj Konarski2024-04-23
|
* Export more of the sized lists, including the newtype constructorsMikolaj Konarski2024-04-21
| | | | | Maybe the newtype constructors can be hidden in the future and if not, maybe they should only be available from an internal module.
* Flesh out shaped sized listsMikolaj Konarski2024-04-21
|
* Flesh out ranked sized listsMikolaj Konarski2024-04-21
|
* Make index types useful for horde-ad by parameterising IntTom Smeding2024-04-21
|
* sliceTom Smeding2024-04-20
|