[SciPy-Dev] Quadrature of a vector-valued function, implementation changing the quadpack package

Saullo Castro saullogiovani at gmail.com
Tue Jul 2 16:14:14 EDT 2013


Dear all,

I am implementing a vectorized version of:

`dagse.f` --> `dagsev.f`

and

`dqk21.f` --> `dqk21v.f`

Which handles the vectorized integration in "low level" inside the Fortran
routines.

I would like to discuss with the SciPy dev group if there is any interest
to make this feature part of SciPy.
Also, I need some advice about how to wrap this with quadpack. Currently I
am changing:

`_quadpackmodule.c`
`_quadpack.h`

to make `dagsev.f` work similarly to `dagse.f`.

Thank you!
Saullo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130702/0f0c6ac9/attachment.html>


More information about the SciPy-Dev mailing list