tensorprod

tensorprod(*args, unp_inner=None)

Return the Kronecker tensor product of arrays using the provided namespace.

Parameters:
  • *args – Input arrays to compute the Kronecker tensor product.

  • unp_inner – Array namespace (e.g., numpy or jax.numpy).

Return type:

ndarray | Array

Returns:

Kronecker tensor product of the input arrays.