cruise
cruise copied to clipboard
Implement matrix slicing for sparse matrices
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.
@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.