GCXS.change_compressed_axes

GCXS.change_compressed_axes(new_compressed_axes)[source]

Returns a new array with specified compressed axes. This operation is similar to converting a scipy.sparse.csc_matrix to a scipy.sparse.csr_matrix.

Returns

A new instance of the input array with compression along the specified dimensions.

Return type

GCXS