Function sprs::vstack[][src]

pub fn vstack<'a, N, MatArray>(mats: &MatArray) -> CsMat<N> where
    N: 'a + Clone + Default,
    MatArray: AsRef<[CsMatView<'a, N>]>, 

Construct a sparse matrix by vertically stacking other matrices