Combine two matrices together, returning their union. If other is a subset of this, return this unchanged.
See Implementation
Combine two matrices together, returning their union. If other is a subset of this, return this unchanged.