SimPEG.maps.Weighting.P#

property Weighting.P#

The linear mapping operator

This property returns the sparse matrix P that carries out the weighting mapping via matrix-vector product, i.e.:

u(m)=PmwhereP=diag(w)
Returns:
scipy.sparse.csr_matrix

Sparse linear mapping operator