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