Hacker News new | ask | show | jobs
by V1ndaar 1571 days ago
We have both raw wrappers for BLAS:

https://github.com/andreaferretti/nimblas

as well as LAPACK:

https://github.com/andreaferretti/nimlapack

For an example, consider calling the least squares routine `dgelsd` in arraymancer:

https://github.com/mratsim/Arraymancer/blob/master/src/array...

wrapped up in a nicer user facing API.

Feel free to hop onto matrix, if you have more questions!

1 comments

Pretty cool! nimblas in particular is what I was looking for. Will move to matrix if I have any other question ;)