mpi_array.locale.lndarray

class mpi_array.locale.lndarray[source]

Bases: numpy.ndarray

Sub-class of numpy.ndarray which requires buffer to be specified for instantiation.

Methods

__new__([shape, dtype, buffer, offset, ...]) Construct, at least one of :samp:{shape} or decomp should be specified (i.e.
__array_finalize__(obj) Sets md attribute for self from obj if required.

Attributes

md Meta-data object of type NdarrayMetaData.