[SciPy-dev] Re: f2py and linalg (version 1)

Travis Oliphant oliphant at ee.byu.edu
Thu Mar 7 11:50:06 EST 2002


O.K.

So, now I see that inspite of the error message.

ev(a) works if a is Not Contiguous
                   =====
but

ev(A) does not work if it is contiguous
                         ====

This seems to have something to do with

intent(inout)

I know, we aren't supposed to use this anymore.  So, is behavior broken if
the variable is defined this way?

-Travis


Is this the same behavior on your system?






More information about the SciPy-Dev mailing list