Closed ev-br closed 8 years ago
Both methods accept/return a triplet of arrays, data, (row, col) which can be directly fed to scipy.sparse.coo_matrix. This way we avoid a hard dependency on scipy.
data, (row, col)
scipy.sparse.coo_matrix
closes #5.
Both methods accept/return a triplet of arrays,
data, (row, col)
which can be directly fed toscipy.sparse.coo_matrix
. This way we avoid a hard dependency on scipy.closes #5.