GCXS.reshape¶
- GCXS.reshape(shape, order='C', compressed_axes=None)[source]¶
Returns a new
GCXSarray that is a reshaped version of this array.- Parameters
- Returns
The reshaped output array.
- Return type
See also
numpy.ndarray.reshapeThe equivalent Numpy function.
sparse.COO.reshapeThe equivalent COO function.
Notes
The
orderparameter is provided just for compatibility with Numpy and isn’t actually supported.