simpeg.regularization.CrossReferenceRegularization.f_m#

CrossReferenceRegularization.f_m(m)[source]#

Evaluate the regularization kernel function.

For cross reference regularization, the regularization kernel function is given by:

fm(m)=Xm

where m are the discrete model parameters and X carries out the cross-product with a reference vector model. For a more detailed description, see the Notes section below.

Parameters:
mnumpy.ndarray

The vector model.

Returns:
numpy.ndarray

The regularization kernel function evaluated for the model provided.

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