simpeg.regularization.JointTotalVariation.__call__#
- JointTotalVariation.__call__(model)[source]#
Evaluate the joint total variation regularization function for the model provided.
See the Notes section of the documentation for the
JointTotalVariationclass for a full description of the regularization function.- Parameters:
- m(
n_param, )numpy.ndarray The model; a vector array containing all physical properties.
- m(
- Returns:
floatThe regularization function evaluated for the model provided.