<div dir="auto"><div dir="ltr">Hi Michele,<div><br></div><div>This is really interesting. I am a co-author of the xtensor project and one thing that could be interesting is to wrap the various sparse matrix data structures in the form of xtensor expressions. A byproduct of doing so is that it would simplify creating bindings for multiple scientific computing languages (Python, Julia, R, and more coming). You can see the blog post <a href="http://quantstack.net/c++/2017/05/30/polyglot-scientific-computing-with-xtensor.html" target="_blank">http://quantstack.net/c++/<wbr>2017/05/30/polyglot-<wbr>scientific-computing-with-<wbr>xtensor.html</a> for reference...</div><div><br></div><div>Also, one quick question: is the LGPL license a deliberate choice or is it not important to you? Most projects in the Python scientific stack are BSD licensed. So the LGPL choice makes it unlikely that a higher-level project adopts it as a dependency. If you are the only copyright holder, you would still have the possibility to license it under a more permissive license such as BSD or MIT...</div><div><br></div><div dir="auto">Congratulations on the release!</div><div dir="auto"><br></div><div>Sylvain</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 21, 2017 at 11:51 AM, Michele Martone <span dir="ltr"><<a href="mailto:michelemartone@users.sourceforge.net" target="_blank">michelemartone@users.<wbr>sourceforge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi.<br>
<br>
 I'm the author of the high performance multithreaded sparse matrix<br>
library `librsb' (mostly C, LGPLv3): <a href="http://librsb.sourceforge.net/" rel="noreferrer" target="_blank">http://librsb.sourceforge.net/</a><br>
<br>
 I'm *not* a user of SciPy/NumPy/Python, but using Cython I have<br>
written a proof-of-concept interface to librsb, named `PyRSB':<br>
 <a href="https://github.com/michelemartone/pyrsb" rel="noreferrer" target="_blank">https://github.com/michelemar<wbr>tone/pyrsb</a><br>
<br>
 PyRSB is in a prototypal state; e.g. still lacks good error handling.<br>
 Its interface is trivial, as it mimicks that of SciPy's 'csr_matrix'.<br>
 Advantages over csr_matrix are in fast multithreaded multiplication<br>
of huge sparse matrices.<br>
 Intended application area is iterative solution of linear systems;<br>
particularly fast if with symmetric matrices and many rhs.<br>
<br>
With this email I am looking for prospective:<br>
 - users/testers<br>
 - developers (any interest to collaborate/adopt/include the project?)<br>
<br>
Looking forward for your feedback,<br>
Michele<br>
<br>______________________________<wbr>_________________<br>
SciPy-Dev mailing list<br>
<a href="mailto:SciPy-Dev@python.org" target="_blank">SciPy-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/scipy-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/scipy-dev</a><br>
<br></blockquote></div><br></div>