Jarrod Millman wrote:
> Hello,
>
> I am hoping to close a few of the remaining tickets for the upcoming
> NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access
> to IRIX? If so, could you please take a look at this ticket:
> http://projects.scipy.org/scipy/numpy/ticket/417
>
> Tha
Hello,
If someone could confirm whether we can close this ticket, I would
appreciate it.
Thanks,
-- Forwarded message --
From: Jarrod Millman <[EMAIL PROTECTED]>
Date: Oct 19, 2007 1:49 AM
Subject: Support universal gfortran compiler on OS X
To: Discussion of Numerical Python
Hello,
I am hoping to close a few of the remaining tickets for the upcoming
NumPy 1.0.4 release. Is anyone using NumPy on IRIX? Or have access
to IRIX? If so, could you please take a look at this ticket:
http://projects.scipy.org/scipy/numpy/ticket/417
Thanks,
--
Jarrod Millman
Computational
Im trying to use f2py to wrap some fortran functions wich receive as
argument PETSc objects. The usual way to implement this with
PETSc+fortran is to do something like this
soubrutine matvec(A,x,y)
Mat A
Vec x
Vec y
end soubrutine
The 'Mat' and 'Vec' types are actually integers of appropriate
David Cournapeau <[EMAIL PROTECTED]> writes:
> Hi,
>
> I would like to implement some unit tests for the code I am
> producing for scons support. As the numpy unit test is part of
> distutils, there is a bootstrap problem, and I am not sure I understand
> how current unit tests work in dist
I am happy to announce the version 00.31.06 of SFE, featuring acoustic
band gaps computation, rigid body motion constraints, new solver classes
and reorganization, and regular bug fixes and updates, see
http://ui505p06-mbs.ntc.zcu.cz/sfe.
SFE is a finite element analysis software written almost en
Hi,
I would like to implement some unit tests for the code I am
producing for scons support. As the numpy unit test is part of
distutils, there is a bootstrap problem, and I am not sure I understand
how current unit tests work in distutils: can anyone enlighten me on
this one ?
cheers
The problem reappeared today, same error, always in the line :
xp = (x-self.loc) * (1/self.scale)
When multiplying an array with a float.
Matthieu
2007/10/19, Matthieu Brucher <[EMAIL PROTECTED]>:
>
> Oups, sorry for the sending twice, we have some problem with our DNS in
> Strasbourg :(
>
> 200