mpi_array.locale.lndarray¶
-
class
mpi_array.locale.
lndarray
[source]¶ Bases:
numpy.ndarray
Sub-class of
numpy.ndarray
which requiresbuffer
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 forself
fromobj
if required.Attributes
md
Meta-data object of type NdarrayMetaData
.