Function rlapack::ll::stgsen_ [] [src]

pub unsafe extern "C" fn stgsen_(
    __ijob: *mut __CLPK_integer,
    __wantq: *mut __CLPK_logical,
    __wantz: *mut __CLPK_logical,
    __select: *mut __CLPK_logical,
    __n: *mut __CLPK_integer,
    __a: *mut __CLPK_real,
    __lda: *mut __CLPK_integer,
    __b: *mut __CLPK_real,
    __ldb: *mut __CLPK_integer,
    __alphar: *mut __CLPK_real,
    __alphai: *mut __CLPK_real,
    __beta: *mut __CLPK_real,
    __q: *mut __CLPK_real,
    __ldq: *mut __CLPK_integer,
    __z__: *mut __CLPK_real,
    __ldz: *mut __CLPK_integer,
    __m: *mut __CLPK_integer,
    __pl: *mut __CLPK_real,
    __pr: *mut __CLPK_real,
    __dif: *mut __CLPK_real,
    __work: *mut __CLPK_real,
    __lwork: *mut __CLPK_integer,
    __iwork: *mut __CLPK_integer,
    __liwork: *mut __CLPK_integer,
    __info: *mut __CLPK_integer
) -> c_int