Function lapack_sys::dtrexc_[][src]

pub unsafe extern "C" fn dtrexc_(
    compq: *const c_char,
    n: *const c_int,
    T: *mut f64,
    ldt: *const c_int,
    Q: *mut f64,
    ldq: *const c_int,
    ifst: *mut c_int,
    ilst: *mut c_int,
    work: *mut f64,
    info: *mut c_int
)