pub fn sparse_hstack<T>(arrays: &[&CsrArray<T>]) -> SparseResult<CsrArray<T>>Expand description
Stack sparse matrices horizontally (column-wise).
All matrices must have the same number of rows.
ยงArguments
arrays- Slice of references to CsrArray matrices