Skip to main content

combine

Function combine 

Source
pub fn combine<I, M>(ul: &M, ur: &M, ll: &M, lr: &M, indices: &I) -> M
where I: VectorIndex, M: Matrix,
Expand description

Combine four matrices into a single matrix according to a predicate