simpeg.potential_fields.magnetics.Simulation3DIntegral.Jtvec#
- Simulation3DIntegral.Jtvec(m, v, f=None)[source]#
- Dot product between transposed sensitivity matrix and a vector. - Parameters:
- m(n_param,) numpy.ndarray
- The model parameters. This array is used to compute the - Jmatrix.
- v(nD,) numpy.ndarray
- Vector used in the matrix-vector multiplication. 
- fIgnored
- Not used, present here for API consistency by convention. 
 
- m(n_param,) 
- Returns:
- (nD,) numpy.ndarray
 
- (nD,) 
 - Notes - If - store_sensitivitiesis set to- "forward_only", then the matrix G is never fully constructed, and the dot product is computed by accumulation, computing the matrix elements on the fly. Otherwise, the full matrix- Gis constructed and stored either in memory or disk.
