Comment on Tracing np.add, all the way downComments−brcmthrowaway3dI don't understand, I thought numpy hooked into the fortran stuff :|−bobmarleybiceps2dnumpy is pretty much all C and python. They may dispatch to some Fortran libraries, but I think basically all the internal implementations they have are C. IIRC, scipy does (did?) actually use a lot of fortran fwiw.
Comments
I don't understand, I thought numpy hooked into the fortran stuff :|
numpy is pretty much all C and python. They may dispatch to some Fortran libraries, but I think basically all the internal implementations they have are C. IIRC, scipy does (did?) actually use a lot of fortran fwiw.