SimPEG.regularization.SmoothnessFirstOrder.deriv2#

SmoothnessFirstOrder.deriv2(m, v=None) csr_matrix[source]#

Second derivative

Parameters
Return type

scipy.sparse.csr_matrix

Returns

WtW, or if v is supplied WtW*v (numpy.ndarray)

The regularization is:

R(m)=12(mmref)WW(mmref)

So the second derivative is straight forward:

R(m)=WW