simpeg.regularization.CrossReferenceRegularization.f_m_deriv#

CrossReferenceRegularization.f_m_deriv(m)[source]#

Derivative of the regularization kernel function.

For CrossReferenceRegularization, the derivative of the regularization kernel function with respect to the model is given by:

fmm=X

where X is a linear operator that carries out the cross-product with a reference vector model.

Parameters:
mnumpy.ndarray

The vector model.

Returns:
scipy.sparse.csr_matrix

The derivative of the regularization kernel function.

Notes

The objective function for cross reference regularization is given by:

ϕm(m)=WXm2

where m are the discrete vector model parameters defined on the mesh (model), X carries out the cross-product with a reference vector model, and W is the weighting matrix. See the CrossReferenceRegularization class documentation for more detail.

We define the regularization kernel function fm as:

fm(m)=Xm

such that

ϕm(m)=Wfm2

Thus, the derivative with respect to the model is:

fmm=X