Function lapack_sys::clarcm_[][src]

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