SimPEG.regularization.CrossGradient.deriv#

CrossGradient.deriv(model)[source]#

Computes the Jacobian of the cross-gradient.

Parameters

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

Return type

numpy.ndarray

Returns

result: gradient of the cross-gradient with respect to model1, model2