Function sprs::sparse::construct::hstack [] [src]

pub fn hstack<'a, N, MatArray>(mats: &MatArray) -> Result<CsMatOwned<N>, SprsError> where N: 'a + Copy + Default, MatArray: AsRef<[CsMatView<'a, N>]>

Construct a sparse matrix by horizontally stacking other matrices