Function sundials_sys::N_VLinearSum

source ·
pub unsafe extern "C" fn N_VLinearSum(
    a: sunrealtype,
    x: N_Vector,
    b: sunrealtype,
    y: N_Vector,
    z: N_Vector
)