SimPEG.regularization.LinearCorrespondence.deriv2#

LinearCorrespondence.deriv2(model, v=None)[source]#

Computes the Hessian of the linear coupling term.

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

  • v (numpy.ndarray) – vector to be multiplied by Hessian

Return type

scipy.sparse.csr_matrix if v is None numpy.ndarray if v is not None

Return Hessian matrix
h11, h21 | :dimension 2M*2M.
h12, h22 |