Function lapack_sys::stgsen_[][src]

pub unsafe extern "C" fn stgsen_(
    ijob: *const c_int,
    wantq: *const c_int,
    wantz: *const c_int,
    select: *const c_int,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    alphar: *mut f32,
    alphai: *mut f32,
    beta: *mut f32,
    Q: *mut f32,
    ldq: *const c_int,
    Z: *mut f32,
    ldz: *const c_int,
    m: *mut c_int,
    pl: *mut f32,
    pr: *mut f32,
    DIF: *mut f32,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)