Function rlapack::ll::shseqr_ [] [src]

pub unsafe extern "C" fn shseqr_(
    __job: *mut c_char,
    __compz: *mut c_char,
    __n: *mut __CLPK_integer,
    __ilo: *mut __CLPK_integer,
    __ihi: *mut __CLPK_integer,
    __h__: *mut __CLPK_real,
    __ldh: *mut __CLPK_integer,
    __wr: *mut __CLPK_real,
    __wi: *mut __CLPK_real,
    __z__: *mut __CLPK_real,
    __ldz: *mut __CLPK_integer,
    __work: *mut __CLPK_real,
    __lwork: *mut __CLPK_integer,
    __info: *mut __CLPK_integer
) -> c_int