simpeg.electromagnetics.time_domain.Simulation1DLayered.getJ#
- Simulation1DLayered.getJ(m, f=None)[source]#
Get the Jacobian matrix.
This method generates and stores the full Jacobian matrix for the model provided. I.e.:
where
is the forward modelling function, is the mapping, and is the model vector.- Parameters:
- m(n_param,)
numpy.ndarray
The model parameters.
- f
Ignored
Not used, present here for API consistency by convention.
- m(n_param,)
- Returns:
- (
n_data
,n_param
)numpy.ndarray
The full Jacobian matrix.
- (