Function green_kernels::c_abi::green_kernel_pairwise_assemble

source ·
#[no_mangle]
pub unsafe extern "C" fn green_kernel_pairwise_assemble(
    kernel_p: *mut GreenKernelEvaluator,
    eval_type: GreenKernelEvalType,
    npoints: usize,
    sources: *const c_void,
    targets: *const c_void,
    result: *mut c_void,
)
Expand description

Pairwise assembly of sources and targets.

§Safety

Pointer must be valid.