[SciPy-dev] missing Lib/__init__.py in newscipy?

Pearu Peterson pearu at scipy.org
Wed Oct 19 15:59:03 EDT 2005



On Wed, 19 Oct 2005, Arnd Baecker wrote:

> Hi,
>
> I *think* that in fblasmodule.c
> `initforcomb` and `nextforcomb` should be changed to
>
> static struct { intp nd, *d; intp *i,*i_tr,tr; } forcombcache;

   static struct { int nd; intp *d; int *i,*i_tr,tr; } forcombcache;
   etc

would be enough. This is in SVN now. And

>>> from scipy.linalg import fblas
Importing io to scipy
Importing special to scipy
Importing sparse to scipy
Importing utils to scipy
Importing interpolate to scipy
Importing optimize to scipy
Importing linalg to scipy
>>> fblas.sger(1,[1,2],[3,4])
array([[ 3.,  4.],
        [ 6.,  8.]], dtype=float32)
>>>

on an opteron.

Pearu




More information about the SciPy-Dev mailing list