[][src]Function cobyla::raw_cobyla

pub unsafe extern "C" fn raw_cobyla(
    n: c_long,
    m: c_long,
    calcfc: cobyla_calcfc,
    calcfc_data: *mut c_void,
    x: *mut f64,
    rhobeg: f64,
    rhoend: f64,
    iprint: c_long,
    maxfun: *mut c_long,
    w: *mut f64,
    iact: *mut c_long
) -> c_int