Stream: helpdesk (published)

Topic: delete columns SparseMatrixCSC


view this post on Zulip Max Köhler (Jan 23 2021 at 21:57):

is there a smart way to do:

P = sparse(I, J, V, _ndofs, _ndofs)
P = P[:, 1:end .∉ [ncdofs]]

inplace?


Last updated: Oct 02 2023 at 04:34 UTC