cupyx.scipy.sparse.kron#
- cupyx.scipy.sparse.kron(A, B, format=None)[source]#
Kronecker product of sparse matrices A and B.
- Parameters:
A (cupyx.scipy.sparse.spmatrix) – a sparse matrix.
B (cupyx.scipy.sparse.spmatrix) – a sparse matrix.
format (str) – the format of the returned sparse matrix.
- Returns:
Generated sparse matrix with the specified
format
.- Return type:
See also