GCXS.todense

GCXS.todense()[source]

Convert this GCXS array to a dense numpy.ndarray. Note that this may take a large amount of memory if the GCXS object’s shape is large.

Returns:

The converted dense array.

Return type:

numpy.ndarray

See also

DOK.todense

Equivalent DOK array method.

COO.todense

Equivalent COO array method.

scipy.sparse.coo_matrix.todense

Equivalent Scipy method.