Function lapack_sys::zgbequ_[][src]

pub unsafe extern "C" fn zgbequ_(
    m: *const c_int,
    n: *const c_int,
    kl: *const c_int,
    ku: *const c_int,
    AB: *const __BindgenComplex<f64>,
    ldab: *const c_int,
    R: *mut f64,
    C: *mut f64,
    rowcnd: *mut f64,
    colcnd: *mut f64,
    amax: *mut f64,
    info: *mut c_int
)