Y
Hacker News
new
|
ask
|
show
|
jobs
by
whatshisface
2594 days ago
The complicated parts of Numpy are themselves a wrapper for the seminal LAPACK:
http://www.netlib.org/lapack/
. It has C language APIs, so that might help you with what you need to do.
1 comments
fartcannon
2594 days ago
That's very interesting, thank you.
link