dot

sparse.dot(a, b)[source]

Perform the equivalent of numpy.dot on two arrays.

Parameters:
Returns:

The result of the operation.

Return type:

Union[SparseArray, numpy.ndarray]

Raises:

ValueError – If all arguments don’t have zero fill-values.

See also

numpy.dot

NumPy equivalent function.

COO.dot

Equivalent function for COO objects.