simpeg.potential_fields.magnetics.Simulation3DIntegral.getJ#
- Simulation3DIntegral.getJ(m, f=None)[source]#
- Sensitivity matrix \(\mathbf{J}\). - Parameters:
- m(n_param,) numpy.ndarray
- The model parameters. 
- fIgnored
- Not used, present here for API consistency by convention. 
 
- m(n_param,) 
- Returns:
- (nD,n_params)np.ndarrayor scipy.sparse.linalg.LinearOperator.
- Array or - LinearOperatorfor the \(\mathbf{J}\) matrix. A- LinearOperatorwill be returned if- store_sensitivitiesis- "forward_only", otherwise a dense array will be returned.
 
- (
 - Notes - If - store_sensitivitiesis- "ram"or- "disk", a dense array for the- Jmatrix is returned. A- LinearOperatoris returned if- store_sensitivitiesis- "forward_only". This object can perform operations like- J @ mor- J.T @ vwithout allocating the full- Jmatrix in memory.
