SPMV not implemented in linalg.blas?
Sept. 1, 2017
9:56 a.m.
Dear Scipy developers, Do there is a particular reason why the Blas routine SPMV does not have a wrapper in Scipy? Marc
September 2017
11:31 p.m.
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
3202
Age (days ago)
3203
Last active (days ago)
1 comments
2 participants
participants (2)
-
marc -
Ralf Gommers