SimPEG.regularization.Smallness.deriv# Smallness.deriv(m) → numpy.ndarray[source]# The regularization is: R(m)=12(m−mref)⊤W⊤W(m−mref) So the derivative is straight forward: R(m)=W⊤W(m−mref)