Function LAPACKE_clarcm_work

Source
pub unsafe extern "C" fn LAPACKE_clarcm_work(
    matrix_layout: c_int,
    m: lapack_int,
    n: lapack_int,
    a: *const f32,
    lda: lapack_int,
    b: *const __BindgenComplex<f32>,
    ldb: lapack_int,
    c: *mut __BindgenComplex<f32>,
    ldc: lapack_int,
    work: *mut f32,
) -> lapack_int