Function lapack_sys::cgelsd_[][src]

pub unsafe extern "C" fn cgelsd_(
    m: *const c_int,
    n: *const c_int,
    nrhs: *const c_int,
    A: *mut __BindgenComplex<f32>,
    lda: *const c_int,
    B: *mut __BindgenComplex<f32>,
    ldb: *const c_int,
    S: *mut f32,
    rcond: *const f32,
    rank: *mut c_int,
    work: *mut __BindgenComplex<f32>,
    lwork: *const c_int,
    rwork: *mut f32,
    iwork: *mut c_int,
    info: *mut c_int
)