On this page
numpy.ma.mr
numpy.ma.mr_ = <numpy.ma.extras.mr_class object at 0x52d1df0c>
-
Translate slice objects to concatenation along the first axis.
This is the masked array version of
lib.index_tricks.RClass
.See also
lib.index_tricks.RClass
Examples
>>> np.ma.mr_[np.ma.array([1,2,3]), 0, 0, np.ma.array([4,5,6])] array([1, 2, 3, 0, 0, 4, 5, 6])
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.12.0/reference/generated/numpy.ma.mr_.html