[][src]Function gsl_sys::cblas_cgerc

pub unsafe extern "C" fn cblas_cgerc(
    order: CBLAS_ORDER,
    M: c_int,
    N: c_int,
    alpha: *const c_void,
    X: *const c_void,
    incX: c_int,
    Y: *const c_void,
    incY: c_int,
    A: *mut c_void,
    lda: c_int
)