sparse_tensordot

sparse_tensordot(a, b, axes=2): 

Defines a version of tensordot that uses sparse arrays, adapted from the sparse package on PyPI

  • a: SparseArray | sp.spmatrix | np.ndarray

    the array to contract from

  • b: SparseArray | sp.spmatrix | np.ndarray

    the array to contract with

  • axes: int | Iterable[int]

    the axes to contract along

  • :returns: _

Feedback

Examples

Templates

Documentation