[][src]Function sundials_sys::SUNLinSolSetScalingVectors

pub unsafe extern "C" fn SUNLinSolSetScalingVectors(
    S: SUNLinearSolver,
    s1: N_Vector,
    s2: N_Vector
) -> c_int