Function lapack_sys::zlacrm_[][src]

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