SimPEG.simulation.ExponentialSinusoidSimulation.n_kernels#

property ExponentialSinusoidSimulation.n_kernels#

The number of kernel factors for the linear problem.

Where \(j_0\) represents the minimum value for the spread of kernel factors and \(j_n\) represents the maximum, n_kernels defines the number of kernel factors \(j_i \in [j_0, ... , j_n]\). This ultimately sets the number of rows in the linear forward operator.

Returns:
int

The number of kernel factors for the linear problem.