SimPEG.regularization.LinearCorrespondence.__call__#
- LinearCorrespondence.__call__(model)[source]#
Computes the sum of values of petrophysical linear relationship between two different geophysical models.
- Parameters
model (numpy.ndarray) – stacked array of individual models np.c_[model1, model2,…]
- Return type
- Returns
a scalar value.