[][src]Function sprs::vstack

pub fn vstack<'a, N, I, MatArray>(mats: &MatArray) -> CsMatI<N, I> where
    N: 'a + Clone + Default,
    I: 'a + SpIndex,
    MatArray: AsRef<[CsMatViewI<'a, N, I>]>, 

Construct a sparse matrix by vertically stacking other matrices