simpeg.regularization.LinearCorrespondence.__call__#
- LinearCorrespondence.__call__(model)[source]#
Evaluate the regularization function for the model provided.
- Parameters:
- model(
n_param
, )numpy.ndarray
The model for which the function is evaluated.
- model(
- Returns:
float
The regularization function evaluated for the model provided.