cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Implement matrix slicing for sparse matrices

Open jsjason opened this issue 8 years ago • 1 comments

The methods sliceColumn, sliceRow, sliceRows, and sliceColumns are currently not implemented for sparse matrices (CSCMatrix), but after more investigation it seems that they are in fact implementable (in a rather messy way). The upcoming MLR example (#433) may use these methods for sparse matrices and thus we should go on and implement them.

jsjason avatar Apr 09 '16 09:04 jsjason

@gyeongin We talked about this a bit and it seems that this issue wasn't actually that urgent as stated in the description. Let's revisit this later.

jsjason avatar Apr 15 '16 06:04 jsjason