[Numpy-discussion] How to test f2py?

Robert Kern robert.kern at gmail.com
Fri Feb 26 10:06:58 EST 2010


On Fri, Feb 26, 2010 at 04:42, David Cournapeau <david at silveregg.co.jp> wrote:

> I don't really know the assumptions made by f2py otherwise: is it
> prevalent for most fortran compilers to pass most things by reference ?

I think that's part of the standardized semantics, yes. That said,
some things in the C API like how to pass the length of a character
string are not standardized and are sometimes passed by value.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list