cupy.kron#

cupy.kron(a, b)[source]#

Returns the kronecker product of two arrays.

Parameters
  • a (ndarray) – The first argument.

  • b (ndarray) – The second argument.

Returns

Output array.

Return type

ndarray

See also

numpy.kron()