numpy.ma.union1d#
- ma.union1d(ar1, ar2)[source]#
Union of two arrays.
The output is always a masked array. See
numpy.union1d
for more details.See also
numpy.union1d
Equivalent function for ndarrays.
Site Navigation
Section Navigation
ufunc
)numpy.ctypeslib
)numpy.fft
)numpy.linalg
)numpy.matlib
)numpy.random
)numpy.testing
)numpy.testing.overrides
)numpy.typing
)numpy.distutils
)numpy.distutils
and migration adviceUnion of two arrays.
The output is always a masked array. See numpy.union1d
for more details.
See also
numpy.union1d
Equivalent function for ndarrays.