simpeg.electromagnetics.frequency_domain.Simulation3DMagneticField.getJ#
- Simulation3DMagneticField.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.:
where
are the data and 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.
- (