module documentation
Implementation of Python-level sparse matrix operations.
Function | _convert |
Undocumented |
Function | _graph |
Construct graph from sparse matrix, unweighted |
Function | _graph |
Construct graph from sparse matrix, weighted |
Constant | _SUPPORTED |
Undocumented |
def _graph_from_sparse_matrix(klass, matrix, mode='directed'):
Construct graph from sparse matrix, unweighted