scipy.sparse
# Representation of sparse matrix and right-hand side diagonal = zeros(Nx+1) lower = zeros(Nx) upper = zeros(Nx) b = zeros(Nx+1)