Y
Hacker News
new
|
ask
|
show
|
jobs
by
gh02t
2858 days ago
NumPy can work without libraries like BLAS or LAPACK, but it will be sloooooooooow. There are C versions of those libraries however, maybe they are using those?
1 comments
mdboom
2858 days ago
Yes. It uses the C implementations of BLAS and LAPACK that ship in the Numpy source tree.
link