pub fn combine<I, M>(ul: &M, ur: &M, ll: &M, lr: &M, indices: &I) -> Mwhere I: VectorIndex, M: Matrix,
Combine four matrices into a single matrix according to a predicate