Function lapack_sys::zsteqr_[][src]

pub unsafe extern "C" fn zsteqr_(
    compz: *const c_char,
    n: *const c_int,
    D: *mut f64,
    E: *mut f64,
    Z: *mut __BindgenComplex<f64>,
    ldz: *const c_int,
    work: *mut f64,
    info: *mut c_int
)