GCXS.todense
- GCXS.todense()[source]
Convert this
GCXSarray to a densenumpy.ndarray. Note that this may take a large amount of memory if theGCXSobject’sshapeis large.- Returns:
The converted dense array.
- Return type:
See also
DOK.todenseEquivalent
DOKarray method.COO.todenseEquivalent
COOarray method.scipy.sparse.coo_matrix.todenseEquivalent Scipy method.