dpnp.kron
- dpnp.kron(x1, x2)[source]
Returns the kronecker product of two arrays.
For full documentation refer to
numpy.kron
.See also
dpnp.outer
returns the outer product of two arrays.
Returns the kronecker product of two arrays.
For full documentation refer to numpy.kron
.
See also
dpnp.outer
returns the outer product of two arrays.