Function libR_sys::dger_

source ·
pub unsafe extern "C" fn dger_(
    m: *const c_int,
    n: *const c_int,
    alpha: *const f64,
    x: *const f64,
    incx: *const c_int,
    y: *const f64,
    incy: *const c_int,
    a: *mut f64,
    lda: *const c_int
)