Convert R sparse matrix to compatible SciPy sparse object
convert_to_scipy_sparse.RdConverts a dgCMatrix or dgRMatrix into a scipy.sparse matrix, using csc_array/csr_array if available, else csc_matrix/csr_matrix.
pkgdown/header.html
Skip to contentsconvert_to_scipy_sparse.RdConverts a dgCMatrix or dgRMatrix into a scipy.sparse matrix, using csc_array/csr_array if available, else csc_matrix/csr_matrix.