SimPEG.regularization.LinearCorrespondence.deriv#

LinearCorrespondence.deriv(model)[source]#

Computes the Jacobian of the coupling term.

Parameters

ind_models (list of numpy.ndarray) – [model1, model2,…]

Return type

numpy.ndarray

Returns

result: gradient of the coupling term with respect to model1, model2, :dimension 2M by 1, :M number of model parameters.