is there a smart way to do:
P = sparse(I, J, V, _ndofs, _ndofs) P = P[:, 1:end .∉ [ncdofs]]
inplace?
Last updated: Nov 06 2024 at 04:40 UTC