On Sat, Sep 2, 2017 at 1:56 AM, marc <marc.barbry@mailoo.org> wrote:
Dear Scipy developers,

Do there is a particular reason why the Blas routine SPMV does not have a wrapper in Scipy?

No particular reason as far as I know, just no one has done the work. spmv is listed as one of a number of not wrapped routines in https://github.com/scipy/scipy/blob/master/scipy/linalg/fblas_l2.pyf.src#L12, PRs for any of those are welcome.

Cheers,
Ralf