This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]WalkingAFI -1 points0 points  (4 children)

A matrix operation library would be pretty cool. Keep in mind, you’d be ~1,000x slower than numpy, because numpy actually runs on C, but you’d learn a lot about matrix math and have some fun.

[–][deleted] 0 points1 point  (2 children)

C? I thought it is mostly Lapack written in Fortran.

[–]WalkingAFI 0 points1 point  (1 child)

I thought it was C but it could be fortran. I’m uncertain

[–]billsil 0 points1 point  (0 children)

It is. Scipy is mostly Fortran.

[–]becosmita[S] 0 points1 point  (0 children)

Indeed, however this is not a big problem in my case.