Function lapack::ctrexc [] [src]

pub unsafe fn ctrexc(
    compq: u8,
    n: i32,
    t: &mut [c32],
    ldt: i32,
    q: &mut [c32],
    ldq: i32,
    ifst: &[i32],
    ilst: &[i32],
    info: i32
)