SimPEG.regularization.SmoothnessFullGradient.W#

property SmoothnessFullGradient.W#

The inner product operator using rotated coordinates

Returns:
scipy.sparse.csr_matrix

Notes

This matrix is equivalent to W.T @ W in most other regularizations. It uses discretize inner product operators to form the matrix W.T @ W all at once.