Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-25 Thread Michele Martone
terest and welcome constructive feedback :-) > Sylvain > > > > > > On Wed, Jun 21, 2017 at 11:51 AM, Michele Martone sourceforge.net> wrote: > > > Hi. > > > > I'm the author of the high performance multithreaded sparse matrix > > library `librsb

Re: [Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-25 Thread Michele Martone
terest and welcome constructive feedback :-) > Sylvain > > > > > > On Wed, Jun 21, 2017 at 11:51 AM, Michele Martone sourceforge.net> wrote: > > > Hi. > > > > I'm the author of the high performance multithreaded sparse matrix > > library `librsb

[Numpy-discussion] [SciPy-Dev] PyRSB: Python interface to librsb sparse matrices library

2017-06-22 Thread Michele Martone
Hi. I'm the author of the high performance multithreaded sparse matrix library `librsb' (mostly C, LGPLv3): http://librsb.sourceforge.net/ I'm *not* a user of SciPy/NumPy/Python, but using Cython I have written a proof-of-concept interface to librsb, named `PyRSB': https://github.com/michelema

[Numpy-discussion] PyRSB: Python interface to librsb sparse matrices library

2017-06-21 Thread Michele Martone
Hi. I'm the author of the high performance multithreaded sparse matrix library `librsb' (mostly C, LGPLv3): http://librsb.sourceforge.net/ I'm *not* a user of SciPy/NumPy/Python, but using Cython I have written a proof-of-concept interface to librsb, named `PyRSB': https://github.com/michelema