Function sundials_sys::klu_scale

source ·
pub unsafe extern "C" fn klu_scale(
    scale: c_int,
    n: c_int,
    Ap: *mut c_int,
    Ai: *mut c_int,
    Ax: *mut f64,
    Rs: *mut f64,
    W: *mut c_int,
    Common: *mut klu_common
) -> c_int