stack

sparse.stack(arrays, axis=0)[source]

Stack the input arrays along the given dimension.

Parameters:
Returns:

The output stacked array.

Return type:

COO

See also

numpy.stack()
NumPy equivalent function