Function LAPACKE_cppequ_work

Source
pub unsafe extern "C" fn LAPACKE_cppequ_work(
    matrix_layout: c_int,
    uplo: c_char,
    n: lapack_int,
    ap: *const __BindgenComplex<f32>,
    s: *mut f32,
    scond: *mut f32,
    amax: *mut f32,
) -> lapack_int