Function sprs::hstack[][src]

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

Construct a sparse matrix by horizontally stacking other matrices