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:
floatThe regularization function evaluated for the model provided.