viennacl / pyviennacl-dev

Developer repository for PyViennaCL. Visit http://viennacl.sourceforge.net/ for latest releases.
MIT License
32 stars 6 forks source link

Support range / slice of compressed matrix #20

Open tsmithe opened 10 years ago

tsmithe commented 10 years ago

Need some changes in __getitem__ for sparse matrix types.

karlrupp commented 10 years ago

I don't think that range and slice for compressed_matrix is supported in the ViennaCL core, yet...

tsmithe commented 10 years ago

Well, I suppose that makes my work easier! Though I probably should tidy up the getitem routine anyway..