GCXS.flatten

GCXS.flatten(order='C')[source]

Returns a new GCXS array that is a flattened version of this array.

Returns

The flattened output array.

Return type

GCXS

Notes

The order parameter is provided just for compatibility with Numpy and isn’t actually supported.