On Thu, Jan 19, 2012 at 11:03 AM, Satrajit Ghosh <[email protected]> wrote: > in one of my projects i use the scipy sparse library for turning a graph > into a sparse dependency matrix and then manipulating this matrix > (adding/subtracting columns/rows, setting elements to 0, ...). this is the > only reason i have scipy as a dependency and would like to avoid it. are > there other sparse libraries that you could recommend? having the ability to > view it as a matrix is extremely convenient.
Divisi[1] uses PySparse[2,3]. [1] https://github.com/commonsense/divisi2 [2] http://pysparse.sourceforge.net/ [3] https://github.com/rspeer/csc-pysparse -Ken ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
