simpeg.simulation.LinearSimulation.G#
- property LinearSimulation.G#
The linear operator.
- Returns:
- (
n_data
,n_param
)numpy.ndarray
orscipy.sparse.csr_matrix
The linear operator. For a
model_map
that maps within the same vector space (e.g. the identity map), the dimensionn_param
equals the number of model parameters. If not, the dimensionn_param
of the linear operator will depend on the mapping.
- (