Function lapack::c::stgsen [] [src]

pub fn stgsen(layout: Layout, ijob: i32, wantq: i32, wantz: i32, select: &[i32], n: i32, a: &mut [f32], lda: i32, b: &mut [f32], ldb: i32, alphar: &mut f32, alphai: &mut f32, beta: &mut f32, q: &mut f32, ldq: i32, z: &mut [f32], ldz: i32, m: &mut i32, pl: &mut [f32], pr: &mut [f32], dif: &mut f32) -> i32