cupyx.scipy.sparse.kron

cupyx.scipy.sparse.kron(A, B, format=None)[source]

Kronecker product of sparse matrices A and B.

Parameters
Returns

Generated sparse matrix with the specified format.

Return type

cupyx.scipy.sparse.spmatrix