Hi Huw
Great 😁
I am just about to go out but some thoughts
Roman Cheplyaka has updated hmatrix-sundials to use sparse matrices - I have an application for this solving some PDEs which I have yet to try.
I think Henning Thielemann has also done some work on sparse matrices / bindings to BLAS / LAPACK.
The collaborative effort to improve random number generation worked really well - hopefully we can repeat the experience in this important area.
Dominic Steinitz
Twitter: @idontgetoutmuch
Hi Dominic,
I've been thinking about putting some more work into hmatrix for a few
years now, ever since I used it effectively in my neural network
library Grenade.
I currently have a few PRs up to fix and speed up sparse matrix creation.
I would like to really tighten up its benchmark and test suites (bring
them into the packages themselves instead of hosting them in an
external package; remove the poorly conceived `Testable` type class;
using criterion a lot more; and possibly porting tests to hedgehog).
Other items on the cards are using im2col to speed up convolutions (I
have this working in Grenade already) and make them easier to use with
user defined padding and stride.
It's quite a bit to do, so I was wondering if I could become a collaborator?
In terms of Haskell projects I maintain, the main open source one
these days is optparse-applicative, which I've been incrementally
improving over the past 5 years.
Kind regards,
Huw