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

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

Construct a sparse matrix by vertically stacking other matrices