aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Internal/Arith.hs
Commit message (Collapse)AuthorAge
* Refactor Mixed (modules, regular function names)Tom Smeding2024-05-30
|
* Fast (C) Floating opsTom Smeding2024-05-27
|
* Fast Fractional ops via C codeTom Smeding2024-05-26
|
* Refactor C interface to pass operation as enumTom Smeding2024-05-26
| | | | | This is hmatrix style, less proliferation of functions as the number of ops increases
* Bugfix in wrapper for C reduce opTom Smeding2024-05-23
|
* Fast sumTom Smeding2024-05-23
| | | | Also fast product, but that's currently unused
* Fast numeric operations for NumTom Smeding2024-05-23