Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
megalodon
on May 27, 2018
|
parent
|
context
|
favorite
| on:
How to write efficient matrix multiplication
For anyone working with linear algebra in Node.js, I wrote C++ bindings to BLAS a couple of years ago [0]. I also started working on bindings to LAPACK, but never had the time to finish them [1].
[0]
https://github.com/mateogianolio/nblas
[1]
https://github.com/mateogianolio/nlapack
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[0] https://github.com/mateogianolio/nblas
[1] https://github.com/mateogianolio/nlapack