Function lapack_sys::zlarcm_[][src]

pub unsafe extern "C" fn zlarcm_(
    m: *const c_int,
    n: *const c_int,
    A: *const f64,
    lda: *const c_int,
    B: *const __BindgenComplex<f64>,
    ldb: *const c_int,
    C: *mut __BindgenComplex<f64>,
    ldc: *const c_int,
    rwork: *mut f64
)