I don't think that exists yet, but I could be wrong. Does PyAMG work on scipy.sparse matrices? Should be relatively easy to write some convenience wrappers around scipy.sparse's csc type, just remember to decrement all entries of colptr and rowval by 1.
On Saturday, June 20, 2015 at 4:54:19 AM UTC-7, Christoph Ortner wrote: > > Just to comment on my own question: PyAMG together with PyCall seems quite > straightforward to use (so far). > > Mostly for curiosity: I didn't find any code in PyCall that converts > sparse matrices to Python objects. Where is that? > > Christoph >
