SimPEG.potential_fields.base.BasePFSimulation.G#

property BasePFSimulation.G#

The linear operator.

Returns:
(n_data, n_param) numpy.ndarray or scipy.sparse.csr_matrix

The linear operator. For a model_map that maps within the same vector space (e.g. the identity map), the dimension n_param equals the number of model parameters. If not, the dimension n_param of the linear operator will depend on the mapping.