Function rusty_green_kernel::kernels::helmholtz_kernel_impl_no_deriv[][src]

pub fn helmholtz_kernel_impl_no_deriv<T: RealType>(
    target: ArrayView1<'_, T>,
    sources: ArrayView2<'_, T>,
    result_real: ArrayViewMut2<'_, T>,
    result_imag: ArrayViewMut2<'_, T>,
    wavenumber: Complex<f64>
)

Implementation of the Helmholtz kernel with derivatives.