Deconvolution/1D: Difference between revisions

Content deleted Content added
Petelomax (talk | contribs)
→‎{{header|Python}}: Add missing return code
Line 834: Line 834:
M[i] = [ iv - lv*rv for rv,iv in zip(M[r],M[i])]
M[i] = [ iv - lv*rv for rv,iv in zip(M[r],M[i])]
lead += 1
lead += 1
return M
def pmtx(mtx):
def pmtx(mtx):