[Numpy-discussion] NumPy re-factoring project
Sturla Molden
sturla@molden...
Thu Jun 10 21:28:04 CDT 2010
Den 11.06.2010 04:19, skrev David:
>
> Ah, ok, I did not know this was called copy-in/copy-out, thanks for the
> explanation. I agree this would be a good direction to pursue, but maybe
> out of scope for the first refactoring,
>
>
Copy-in copy-out is actually an implementation detail in Fortran
compilers. It has more to do with how subroutines are called. But the
purpose is to turn a strided array into a contiguous one.
Sturla
More information about the NumPy-Discussion
mailing list