Function sundials_sys::SUNClassicalGS

source ·
pub unsafe extern "C" fn SUNClassicalGS(
    v: *mut N_Vector,
    h: *mut *mut sunrealtype,
    k: c_int,
    p: c_int,
    new_vk_norm: *mut sunrealtype,
    stemp: *mut sunrealtype,
    vtemp: *mut N_Vector
) -> SUNErrCode