[][src]Function sundials_sys::CVodeSetLinearSolver

pub unsafe extern "C" fn CVodeSetLinearSolver(
    cvode_mem: *mut c_void,
    LS: SUNLinearSolver,
    A: SUNMatrix
) -> c_int