summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Catch up with upstream (merge of Array and Tensor)HEADmainChristoph Groth2026-03-252-7/+8
* Add expressionsChristoph Groth2026-02-092-2/+15
* Shorten arange-like codeChristoph Groth2025-12-021-2/+1
* Use clearer generic dimension typesChristoph Groth2025-12-011-4/+5
* Demonstrate working with uninitialized memoryChristoph Groth2025-04-301-0/+9
* Catch up with upstreamChristoph Groth2025-04-302-2/+2
* Demonstrate reorder(=transpose)Christoph Groth2025-04-301-2/+2
* Rename projectChristoph Groth2025-04-301-1/+1
* Stop printing type names (can be queried using LSP)Christoph Groth2025-03-071-17/+9
* Add indexingChristoph Groth2025-03-061-0/+6
* Switch to recent mdarray releaseChristoph Groth2025-03-062-3/+4
* Use from_fnChristoph Groth2025-03-061-2/+4
* Update to edition 2024Christoph Groth2025-02-052-3/+3
* Demonstrate rank >6Christoph Groth2025-02-053-4/+13
* Take advantage of upstream improvementsChristoph Groth2025-01-093-7/+6
* New conversions allow to use a dynamic rank array with matmulChristoph Groth2025-01-093-6/+8
* Catch up with upstreamChristoph Groth2025-01-093-3/+3
* Catch up with upstreamChristoph Groth2025-01-093-3/+3
* Optimize inner loop by using constant dimensionChristoph Groth2025-01-091-3/+4
* Make matmul generic over dimensionsChristoph Groth2025-01-091-2/+5
* Switch inner loop to run over rowsChristoph Groth2025-01-091-3/+4
* Adapt to new API and the switch to row majorChristoph Groth2025-01-093-9/+8
* Demonstrate some array operationsChristoph Groth2025-01-091-0/+12
* Show involved typesChristoph Groth2024-10-241-0/+4
* Official example, before API changeChristoph Groth2024-10-244-0/+46