As described in the passy-by-reference doc, I wonder:
- is there any particular reason not to support ref for sparse types?
- since not supported, if I have sparse matrix constructed in python via
scipy.sparse.csr_matrix, then have to pass it by value to c++, would this bring much overhead if I have to do a mini-batch processing on the data?