Function lapack::strexc [] [src]

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