ravel#

abstractmethod caput.mpiarray.MPIArray.ravel(*args, **kwargs) None[source]#

Method is explicitly not implemented.

This method would return a flattened view of the entire array, which is not supported across the distributed axis.

Raises:
NotImplementedError