discretize.utils.speye# discretize.utils.speye(n)[source]# Generate sparse identity matrix. Parameters: nintThe dimensions of the sparse identity matrix. Returns: (n, n) scipy.sparse.csr_matrixThe sparse identity matrix. Galleries and Tutorials using discretize.utils.speye# Operators: Cahn Hilliard Operators: Cahn Hilliard