SimPEG.regularization.BaseSparse.norm#

property BaseSparse.norm#

Norm for the sparse regularization.

Returns:
None, float, (n_cells, ) numpy.ndarray

Norm for the sparse regularization. If None, a 2-norm is used. A float within the interval [0,2] represents a constant norm applied for all cells. A numpy.ndarray object, where each entry is used to apply a different norm to each cell in the mesh.