Function lapack_sys::stgexc_[][src]

pub unsafe extern "C" fn stgexc_(
    wantq: *const c_int,
    wantz: *const c_int,
    n: *const c_int,
    A: *mut f32,
    lda: *const c_int,
    B: *mut f32,
    ldb: *const c_int,
    Q: *mut f32,
    ldq: *const c_int,
    Z: *mut f32,
    ldz: *const c_int,
    ifst: *mut c_int,
    ilst: *mut c_int,
    work: *mut f32,
    lwork: *const c_int,
    info: *mut c_int
)