Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
309 contributions in the last year
Contribution activity
July 2020
Created a pull request in haskell-numerics/hmatrix that received 11 comments
Topic/mutable mk csr
Here's an alternative which permits streaming. It's not super polished yet or exposed; but if you agree that it's worthwhile I'll polish it up. Fixes
+92
−31
•
11
comments
Created an issue in haskell-numerics/hmatrix that received 3 comments
Memory leaks in C code
Looking at the C code, a very common pattern is this: doublecomplex * workv = (doublecomplex*)malloc(n*sizeof(doublecomplex)); CHECK(!workv,MEM); d…
3
comments