[SciPy-user] Skyline matrix support in scipy.sparse

Nathan Bell wnbell at gmail.com
Wed Mar 11 09:28:44 EDT 2009


On Wed, Mar 11, 2009 at 6:58 AM, Nils Wagner
<nwagner at iam.uni-stuttgart.de> wrote:
> Hi all,
>
> Is it possible to import matrices given in skyline format
> ?
>
> Reference:
>
> http://en.wikipedia.org/wiki/Skyline_matrix

Formats like CSR and CSC (which scipy.sparse supports) are more
general than skyline, so it's just a matter of converting the input to
one of these formats.

Does your skyline matrix come from a file, or some other source?

-- 
Nathan Bell wnbell at gmail.com
http://graphics.cs.uiuc.edu/~wnbell/



More information about the SciPy-User mailing list