simpeg.electromagnetics.natural_source.Simulation1DMagneticField.getJ#
- Simulation1DMagneticField.getJ(m, f=None)[source]#
Generate the full sensitivity matrix.
This method generates and stores the full sensitivity matrix for the model provided. I.e.:
\[\mathbf{J} = \dfrac{\partial \mathbf{d}}{\partial \mathbf{m}}\]where \(\mathbf{d}\) are the data and \(\mathbf{m}\) are the model parameters.
- Parameters:
- m(n_param,)
numpy.ndarray
The model parameters.
- f
static.resistivity.fields.FieldsDC
,optional
Fields solved for all sources.
- m(n_param,)
- Returns:
- (
n_data
,n_param
)numpy.ndarray
The full sensitivity matrix.
- (