Function sundials_sys::N_VWrmsNormMaskVectorArray

source ·
pub unsafe extern "C" fn N_VWrmsNormMaskVectorArray(
    nvec: c_int,
    X: *mut N_Vector,
    W: *mut N_Vector,
    id: N_Vector,
    nrm: *mut sunrealtype
) -> SUNErrCode