Function tskit::bindings::tsk_ls_hmm_run[][src]

pub unsafe extern "C" fn tsk_ls_hmm_run(
    self_: *mut tsk_ls_hmm_t,
    haplotype: *mut i8,
    next_probability: Option<unsafe extern "C" fn(arg1: *mut tsk_ls_hmm_t, arg2: tsk_id_t, arg3: f64, arg4: bool, arg5: tsk_id_t, arg6: *mut f64) -> c_int>,
    compute_normalisation_factor: Option<unsafe extern "C" fn(arg1: *mut _tsk_ls_hmm_t) -> f64>,
    output: *mut c_void
) -> c_int