Hacker News new | past | comments | ask | show | jobs | submit login

NumPy is FORTRAN under the covers, e.g. BLAS IIRC.



BLAS are generally implemented in assembly these days, although they do have Fortran interfaces.


The important kernels (particularly GEMM) are written in assembler, but you can see OpenBLAS, for instance, importing netlib LAPACK.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: