[SciPy-dev] Possibly bug in Sparse.py
Robert Kern
rkern at ucsd.edu
Thu Feb 17 10:39:01 CST 2005
Nils Wagner wrote:
> Sorry, but I am not an expert of sparse matrix formats. So any hint
> (example) how to convert the matrices into the
> suitable format is welcome.
We've been over this before, Nils. Every sparse matrix object has a
tocsc() method that returns the sparse matrix in CSC form.
Please browse the code a bit.
--
Robert Kern
rkern at ucsd.edu
"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter
More information about the Scipy-dev
mailing list