Function llg_par_compute_mask

pub unsafe extern "C" fn llg_par_compute_mask(
    steps: *const LlgConstraintStep,
    n_steps: usize,
    user_data: *const c_void,
    done_cb: Option<extern "C" fn(_: *const c_void)>,
)
Expand description

Compute mask for several constraints in parallel.

ยงSafety

This function should only be called from C code.